chore: expanded containers width in views, adjusted dropdowns

This commit is contained in:
2024-08-24 16:16:32 +02:00
parent c244275aee
commit b04797052f
6 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export default defineComponent({
.trains_wrapper {
margin: 1rem auto;
max-width: 1500px;
max-width: var(--max-container-width);
}
.trains_topbar {