Remove a few empty spaces and line breaks
Most it is done by my editor automatically.
This commit is contained in:
parent
4aebf05918
commit
c2ee058682
8 changed files with 19 additions and 24 deletions
|
@ -11,11 +11,11 @@ Contains tweaks for small screens
|
|||
@media only screen and (max-width: 600px), only screen and (max-height: 600px) {
|
||||
|
||||
.only-on-mobile {
|
||||
display: unset !important;
|
||||
display: unset !important;
|
||||
background-color: var(--background-color);
|
||||
color: var(--foreground-color);
|
||||
}
|
||||
|
||||
|
||||
.hidden-on-mobile {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ Contains tweaks for small screens
|
|||
#geolocate-button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.leaflet-popup {
|
||||
/* On mobile, the popups are shown as a full-screen element */
|
||||
display: none;
|
||||
|
@ -52,7 +52,7 @@ Contains tweaks for small screens
|
|||
width: 60%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.add-popup-all-buttons {
|
||||
/* Buttons in the 'add new point' have a default of 50vh maxheight which is ugly in the new context*/
|
||||
max-height: unset !important;
|
||||
|
@ -60,7 +60,7 @@ Contains tweaks for small screens
|
|||
|
||||
#messagesboxmobile {
|
||||
display: block;
|
||||
|
||||
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
width: 100vw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue