Css fixes

This commit is contained in:
Pieter Vander Vennet 2020-07-26 19:31:11 +02:00
parent 52ca03763e
commit 8abe46b658

View file

@ -219,8 +219,9 @@ form {
} }
@media only screen and (max-height: 600px)and (not (max-width: 700px)) { @media only screen and (max-height: 600px) and (not (max-width:700px)) {
/* Landscape */
/* Landscape and portrait */
#topleft-tools { #topleft-tools {
padding: 0.1em; padding: 0.1em;
padding-left: unset; padding-left: unset;
@ -243,6 +244,7 @@ form {
padding: 0; padding: 0;
} }
} }
@ -345,7 +347,6 @@ form {
border-radius: 2em; border-radius: 2em;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
width: 100%;
max-width: calc(max(35vw, 30em)); max-width: calc(max(35vw, 30em));
max-height: calc(100vh - 15em); max-height: calc(100vh - 15em);
overflow-y: auto; overflow-y: auto;
@ -854,6 +855,17 @@ form {
width: 40em !important; width: 40em !important;
} }
#messagesboxmobile .featureinfobox {
max-height: unset;
overflow-y: unset;
}
#messagesboxmobile .featureinfobox > div {
width: 100%;
max-width: unset;
padding-left: unset;
}
.featureinfobox { .featureinfobox {
max-height: 80vh; max-height: 80vh;
overflow-y: auto; overflow-y: auto;
@ -864,6 +876,7 @@ form {
padding-left: 1em; padding-left: 1em;
} }
.featureinfoboxtitle { .featureinfoboxtitle {
position: relative; position: relative;
} }