From b2154b44fc42a8e0c1e241cfce1a283e73d564ac Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 6 Jul 2021 14:10:55 +0900 Subject: [PATCH] Fix: Reduce height - Remove line appears under pinned tabs on touchmode #117 --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 92b0c0e..d9d2ab4 100644 --- a/userChrome.css +++ b/userChrome.css @@ -175,11 +175,11 @@ max-height: 36px; } :root[uidensity=touch] .toolbar-items, .tabbrowser-tab { - max-height: unset; + max-height: 45px; } /* Scroll Button - Size Fix */ - :root:not([uidensity=touch]) #tabbrowser-arrowscrollbox { + :root #tabbrowser-arrowscrollbox { --scrollbtn-vertical-padding: 3px; --scrollbtn-vertical-border: 2px; --scrollbtn-border-radius: 7px;