349a8c38 follow-up: stretch editor in compact mode

This commit is contained in:
tophf 2021-09-21 10:50:50 +03:00
parent 58ad6f64d6
commit 05bc4301ad

View File

@ -4,6 +4,7 @@
body {
margin: 0;
height: 100vh;
font: 12px arial,sans-serif;
}
@ -1171,6 +1172,10 @@ body.linter-disabled .hidden-unless-compact {
margin: 0 .5rem;
padding: .5rem 0;
}
.single-editor {
overflow: hidden;
flex: 1;
}
.usercss #options:not([open]) ~ #lint.hidden ~ #footer,
.usercss #lint:not([open]) + #footer {
margin-top: -.25em;