From 6d53d8bf4560e3bfec5683da5ba6b520525f7cb6 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 4 Jun 2021 16:23:23 +0900 Subject: [PATCH] Fix: Tab Bar - Button radious --- userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/userChrome.css b/userChrome.css index 0e7528e..5ae8cd0 100644 --- a/userChrome.css +++ b/userChrome.css @@ -35,6 +35,14 @@ --arrowpanel-menuitem-padding: 8px !important; /* Original: 8px */ } + /* Fix Tab bar button radious */ + #TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon, + #TabsToolbar .toolbarbutton-1 > .toolbarbutton-text, + #TabsToolbar .toolbarbutton-1 > .toolbarbutton-badge-stack, + .tab-close-button { + --tab-border-radius: 4px !important; + } + /** Tab Bar - Reduce Width, Show more tabs **********************************/ .titlebar-spacer[type="pre-tabs"] { width: 30px !important; /* Original: 40px */