mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
revamp: order train picker
This commit is contained in:
+3
-2
@@ -132,13 +132,14 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.message_container {
|
||||
width: 500px;
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
overflow: hidden;
|
||||
|
||||
height: 95vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.message_nav {
|
||||
|
||||
Reference in New Issue
Block a user