Fix: UI in mobile

This commit is contained in:
eight04 2021-12-05 00:58:23 +08:00
parent 2c38de08c2
commit 94737feb78

View File

@ -1180,13 +1180,16 @@ body.linter-disabled .hidden-unless-compact {
#lint:not([open]) + #footer { #lint:not([open]) + #footer {
margin: .25em 0 -1em .25em; margin: .25em 0 -1em .25em;
} }
#sections { .main {
height: unset !important; height: unset !important;
padding-left: 0; padding-left: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
} }
.tab-bar {
margin-top: var(--fixed-height);
}
#sections > :not(.single-editor) { #sections > :not(.single-editor) {
margin: 0 .5rem; margin: 0 .5rem;
padding: .5rem 0; padding: .5rem 0;