From 990e08ba2dc647c242b25c8792e2da5289b01983 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:21:42 +0300 Subject: [PATCH] Fix top bar gap in mobile view --- public/css/mobile-styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/mobile-styles.css b/public/css/mobile-styles.css index 2385ff9e1..d88401ecd 100644 --- a/public/css/mobile-styles.css +++ b/public/css/mobile-styles.css @@ -91,7 +91,6 @@ #top-settings-holder, #top-bar { position: fixed; - padding-top: 3px; width: 100vw; width: 100svw; } @@ -114,14 +113,14 @@ /* , #world_popup */ { - max-height: calc(100vh - 36px); - max-height: calc(100svh - 36px); + /*max-height: calc(100vh - 36px); + max-height: calc(100svh - 36px);*/ width: 100% !important; margin: 0 auto; max-width: 100%; left: 0 !important; resize: none !important; - top: 36px; + top: var(--topBarBlockSize); } .wi-settings { @@ -272,6 +271,7 @@ } @media screen and (min-width: 1001px) { + #PygOverrides, #ContextFormatting, #UI-Theme-Block,