mobile optimisation of seat plan optimized

This commit is contained in:
2023-09-30 14:36:15 +02:00
parent e8e0de3ae9
commit 5a3323a0ea
3 changed files with 11 additions and 3 deletions

View File

@@ -530,7 +530,7 @@
.toolbar { .toolbar {
display: flex; display: flex;
position: fixed; position: absolute;
top: 90px; top: 90px;
left: 5.5vw; left: 5.5vw;
} }

View File

@@ -67,7 +67,7 @@
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
text-decoration: none; text-decoration: none;
position: fixed; position: absolute;
left: 2vh; left: 2vh;
top: calc( 87px + 1vh ); top: calc( 87px + 1vh );
} }

View File

@@ -32,10 +32,18 @@
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
text-decoration: none; text-decoration: none;
position: fixed;
left: 2vh;
bottom: 2vh;
}
@media only screen and (min-width: 999px) {
.back-button {
position: fixed; position: fixed;
left: 2vh; left: 2vh;
top: 2vh; top: 2vh;
} }
}
</style> </style>
<script> <script>