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 {
display: flex;
position: fixed;
position: absolute;
top: 90px;
left: 5.5vw;
}

View File

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

View File

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