From 7bf072fa9b3a6f6bfe10794c6ce6db720e315bed Mon Sep 17 00:00:00 2001 From: MS_Y Date: Tue, 18 Jan 2022 09:05:39 +0900 Subject: [PATCH] Fix: Photon Style's Tab Bar - Apply `--tab-min-height` (`v96`) #304 --- userChrome.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/userChrome.css b/userChrome.css index d7c6904..6c8f32c 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2869,6 +2869,9 @@ menuitem.openintabs-menuitem, #tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned] { min-height: var(--tab-min-height) !important; } +#tabbrowser-arrowscrollbox { + height: var(--tab-min-height); +} /* Top Margin */ .tab-background,