mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
mobile optimisation of seat plan optimized
This commit is contained in:
@@ -530,7 +530,7 @@
|
||||
|
||||
.toolbar {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 90px;
|
||||
left: 5.5vw;
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
text-decoration: none;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
left: 2vh;
|
||||
top: calc( 87px + 1vh );
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user