From 21d0798440481c7f25e89b6bc624fbe92145e3a7 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 23 Nov 2023 21:53:05 -0500 Subject: [PATCH] fix(firefox): change tab height --- home/firefox/custom.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/home/firefox/custom.css b/home/firefox/custom.css index 0c26a8e..91d0e7a 100644 --- a/home/firefox/custom.css +++ b/home/firefox/custom.css @@ -4,6 +4,12 @@ display: none !important; } +:root * { + --margin-left-icons-personal: 3px !important; + --tab-height-personal: 41px !important; + --uc-tab-corner-height: 41px !important; +} + /* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */ /* Extensions button into the "left-sidebar" - Immovable */ @@ -73,10 +79,6 @@ toolbar .toolbarbutton-1 > .toolbarbutton-badge-stack { width: unset !important; } -:root { - --margin-left-icons-personal: 3px !important; -} - :root:not([chromehidden~="toolbar"]) #PanelUI-menu-button > stack{ display: unset; align-items: unset !important;