This commit is contained in:
Mirco Wittrien 2019-11-22 15:14:32 +01:00
parent 81f5955ff3
commit dd3ea8da0e
3 changed files with 14 additions and 15 deletions

View File

@ -7815,6 +7815,19 @@ var BDFDB = {
display: none !important;
}
${BDFDB.dotCN.noticesurvey} {
background-color: #222;
}
${BDFDB.dotCNC.layermodallarge + BDFDB.dotCNC.modalsizelarge + BDFDB.dotCN.modalminisize} {
max-height: 95vh;
}
@media only screen and (max-height: 900px) {
${BDFDB.dotCNC.layermodalmedium + BDFDB.dotCN.modalsizemedium} {
max-height: 75vh;
}
}
/*OLD*/

File diff suppressed because one or more lines are too long

View File

@ -257,18 +257,4 @@ body #app-mount .embed-IeVjo6 .embedLink-1G1K1D[href*="://betterdocs." i]::after
font-size: 20px;
line-height: 30px;
color: #DDD;
}
.noticeSurvey-1XW9Ln {
background-color: #222;
}
.large-3lXhLH,
.sizeLarge-2yOtf1, .size-JLvFeT {
max-height: 95vh;
}
@media only screen and (max-height: 900px) {
.medium-2RE1hE,
.sizeMedium-df47zS {
max-height: 75vh;
}
}