Mobile friendly styling

This commit is contained in:
2021-09-28 00:48:27 +02:00
parent 0d87d37c72
commit bdbab5be9e
2 changed files with 10 additions and 2 deletions

View File

@@ -163,6 +163,11 @@ nav #usermenu li:first-child:hover {
.doorIndicator_CLOSED { border: 2px dotted red; }
.doorStateMobileOnly { display: none; }
#mazeMapper {
width: 90%;
height: 60vh;
}
@media(max-width: 800px){
nav #menu, nav #menu li.active, nav #menu_toggle, nav #login {
position: absolute;
@@ -239,6 +244,9 @@ nav #usermenu li:first-child:hover {
.doorStateMobileOnly {
display: inline;
}
#mazeMapper {
width: 100%;
}
}
body {