From d65c5836ef78b568a7e7b615a3820da36d8cc0af Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Sun, 28 Jul 2024 02:38:35 -0700 Subject: [PATCH] Fix menu positions for floating bar. --- scss/style/menus/menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/style/menus/menu.scss b/scss/style/menus/menu.scss index 631d883..27de917 100644 --- a/scss/style/menus/menu.scss +++ b/scss/style/menus/menu.scss @@ -243,7 +243,7 @@ tooltip label { .event-top-padding * { min-height: 0em; - margin-top: 2.8em; + margin-top: 2.8em + if($bar-floating, $bar-margin_top, 0em); } @keyframes spin {