mobile button fix

This commit is contained in:
partisan 2024-09-26 22:00:27 +02:00
parent eabc067429
commit bfaf4c1153

View file

@ -1862,12 +1862,32 @@ body, h1, p, a, input, button {
display: none; display: none;
} }
.icon-button {
margin-top: 30px;
}
.icon-button button {
margin-top: 30px;
}
.icon-button p {
margin-top: 30px;
}
#clearSearch { #clearSearch {
top: 6px; top: 6px;
} }
} }
/* This is really bad */
@media only screen and (max-width: 400px) {
.icon-button {
padding: 5%
}
}
/* Ensuring dark theme compliance */ /* Ensuring dark theme compliance */
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
.leaflet-control-locate, .leaflet-control-locate,