stuff
This commit is contained in:
parent
81f5955ff3
commit
dd3ea8da0e
|
@ -7815,6 +7815,19 @@ var BDFDB = {
|
||||||
display: none !important;
|
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*/
|
/*OLD*/
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -258,17 +258,3 @@ body #app-mount .embed-IeVjo6 .embedLink-1G1K1D[href*="://betterdocs." i]::after
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
color: #DDD;
|
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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue