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 {
|
.toolbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: 90px;
|
top: 90px;
|
||||||
left: 5.5vw;
|
left: 5.5vw;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,15 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 2vh;
|
left: 2vh;
|
||||||
top: 2vh;
|
bottom: 2vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 999px) {
|
||||||
|
.back-button {
|
||||||
|
position: fixed;
|
||||||
|
left: 2vh;
|
||||||
|
top: 2vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user