forked from MapComplete/MapComplete
Add share button (supported browsers only), refactoring of fullscreenmessage, fancier scrolling
This commit is contained in:
parent
2d25393962
commit
4700e71d2e
13 changed files with 117 additions and 118 deletions
|
@ -9,13 +9,14 @@
|
|||
}
|
||||
.featureinfobox-icons img{
|
||||
max-height: 1.5em;
|
||||
width:1.5em;
|
||||
width: 1.5em;
|
||||
}
|
||||
.featureinfobox-icons {
|
||||
}
|
||||
|
||||
.featureinfobox-icons span {
|
||||
display: inline-block;
|
||||
padding-right: 0.1em;
|
||||
}
|
||||
|
||||
.featureinfobox-titlebar{
|
||||
|
@ -29,6 +30,7 @@
|
|||
display:block;
|
||||
max-height: 75vh;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
@media only screen and (max-width: 600px), only screen and (max-height: 600px) {
|
||||
.featureinfobox-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue