CM apparently fixed their formula for max-height
This commit is contained in:
parent
7a0ac57b06
commit
02db1aab6f
|
@ -1,5 +1,4 @@
|
||||||
:root {
|
:root {
|
||||||
--header-narrow-min-height: 12em;
|
|
||||||
--fixed-padding: unset;
|
--fixed-padding: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1091,9 +1090,6 @@ body.linter-disabled .hidden-unless-compact {
|
||||||
margin: 0 .5rem;
|
margin: 0 .5rem;
|
||||||
padding: .5rem 0;
|
padding: .5rem 0;
|
||||||
}
|
}
|
||||||
.usercss .CodeMirror-scroll {
|
|
||||||
max-height: calc(100vh - var(--header-narrow-min-height));
|
|
||||||
}
|
|
||||||
.usercss #options:not([open]) ~ #lint.hidden ~ #footer,
|
.usercss #options:not([open]) ~ #lint.hidden ~ #footer,
|
||||||
.usercss #lint:not([open]) + #footer {
|
.usercss #lint:not([open]) + #footer {
|
||||||
margin-top: -.25em;
|
margin-top: -.25em;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user