From 7e58049881a9c6d6b209ff1c93cd981e14723221 Mon Sep 17 00:00:00 2001 From: anti-corporate Date: Tue, 26 May 2026 10:59:13 -0400 Subject: [PATCH] am i right?: _editor.scss i ascended the height of the toolbar by +1 unit, marked by the // comment on the top, if something breaks, take away that +1 unit. --- src/Editor/_editor.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Editor/_editor.scss b/src/Editor/_editor.scss index 1abbcef91..23d1d50d8 100644 --- a/src/Editor/_editor.scss +++ b/src/Editor/_editor.scss @@ -19,7 +19,7 @@ @import './_wickbrand.scss'; -$menu-bar-height: 40px; +$menu-bar-height: 41px; // its kinda hard to calculate this. $toolbox-height: 40px; $medium-toolbox-height: 80px; $splitter-width: 3px; @@ -296,4 +296,4 @@ body { .mobile-reflex-splitter { height: 15px !important; border: 3px solid black !important; -} \ No newline at end of file +}