From f3ec431392d00c5b4029a2bd4f8e7dd6cb9cb08a Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 20 Oct 2021 17:32:37 +0900 Subject: [PATCH] Fix: New tab button - Corner rounding like before #251 --- userChrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/userChrome.css b/userChrome.css index 60cc51c..4492c32 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1705,6 +1705,7 @@ */ --tabs-navbar-shadow-size: -1px; /* Original: 1px */ --tabs-navbar-original-shadow-size: 1px; + --tab-corner-rounding: 4px; /* Hardcorded */ /* Size */ -moz-box-align: stretch !important;