forked from MapComplete/MapComplete
Move to popups again
This commit is contained in:
parent
3e6def36b8
commit
de9da2c220
11 changed files with 55 additions and 21 deletions
10
index.css
10
index.css
|
@ -188,6 +188,10 @@ body {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.leaflet-popup {
|
||||
/* Popups are hidden on mobile */
|
||||
display:none;
|
||||
}
|
||||
|
||||
#messagesboxmobilewrapper {
|
||||
position: absolute;
|
||||
|
@ -212,8 +216,10 @@ body {
|
|||
height: calc(100% - 5em); /*Height of to-the-map is 2em, padding is 2 * 0.5em*/
|
||||
}
|
||||
#messagesboxmobile {
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
padding-bottom: 2em;
|
||||
border-radius:1em;
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -324,7 +330,7 @@ body {
|
|||
|
||||
.prev-button {
|
||||
background-color: black;
|
||||
opacity: 30%;
|
||||
opacity: 0.3;
|
||||
width: 3.0em;
|
||||
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue