Toggle in the userbadge on small screens - more map space

This commit is contained in:
Pieter Vander Vennet 2021-07-03 20:18:52 +02:00
parent 69d4ea765c
commit e2591f3dfe
6 changed files with 44 additions and 98 deletions

View file

@ -15,15 +15,6 @@ Contains tweaks for small screens
display: none !important;
}
#help-button-mobile div {
box-shadow: 0 0 10px #0006;
margin-bottom: 10px;
}
#geolocate-button {
display: block;
}
#centermessage {
top: 30%;
left: 15%;
@ -57,21 +48,5 @@ Contains tweaks for small screens
}
@media only screen and (max-width: 600px) {
/* Portrait */
#userbadge-and-search {
display: inline-block;
width: auto;
max-width: 100vw;
}
.userbadge-login {
min-width: unset;
}
#userbadge {
margin-bottom: 0.3em;
}
}