From 7c03d06551fe6d5b02a56ad0f07a20f6a7b9ac75 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 12 Jan 2025 01:56:36 -0500 Subject: [PATCH] fix(firefox-gx): set correct tab height --- homeManagerModules/firefox/custom-css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/firefox/custom-css/style.scss b/homeManagerModules/firefox/custom-css/style.scss index 3faa33ab..91c0c173 100644 --- a/homeManagerModules/firefox/custom-css/style.scss +++ b/homeManagerModules/firefox/custom-css/style.scss @@ -1,6 +1,6 @@ // Global Vars :root * { - --tab-height-personal: 40px !important; + --tab-height-personal: 43px !important; --uc-tab-corner-height: 41px !important; --my-vertical-toolbar-width: 46px !important; }