From 94737feb7829c8560c57c5376bed9c80c13774ba Mon Sep 17 00:00:00 2001 From: eight04 Date: Sun, 5 Dec 2021 00:58:23 +0800 Subject: [PATCH] Fix: UI in mobile --- edit/edit.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/edit/edit.css b/edit/edit.css index 8d73a2d9..157056ba 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -1180,13 +1180,16 @@ body.linter-disabled .hidden-unless-compact { #lint:not([open]) + #footer { margin: .25em 0 -1em .25em; } - #sections { + .main { height: unset !important; padding-left: 0; display: flex; flex-direction: column; flex: 1; } + .tab-bar { + margin-top: var(--fixed-height); + } #sections > :not(.single-editor) { margin: 0 .5rem; padding: .5rem 0;