Add share button (supported browsers only), refactoring of fullscreenmessage, fancier scrolling

This commit is contained in:
Pieter Vander Vennet 2020-11-23 02:55:18 +01:00
parent 2d25393962
commit 4700e71d2e
13 changed files with 117 additions and 118 deletions

View file

@ -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 {