mobile button fix
This commit is contained in:
parent
9892760ada
commit
ff9796dd01
1 changed files with 20 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue