From a115193aaa3d3ea029c3f94426bab1b9b98a96d7 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 22 Apr 2021 13:49:49 +0300 Subject: [PATCH] remove the empty padding between tabs --- chrome/curved_tabs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/curved_tabs.css b/chrome/curved_tabs.css index c6aa7fa..fe79104 100644 --- a/chrome/curved_tabs.css +++ b/chrome/curved_tabs.css @@ -11,6 +11,10 @@ See the above repository for updates as well as full license text. */ --uc-tab-line-color: rgb(10, 132, 255); } +.tabbrowser-tab{ + padding-inline: 0px !important; /* By default, proton tabs have 2px + 2px = 4px space between them */ +} + #TabsToolbar{ --toolbarbutton-inner-padding: 6px !important; } .tabbrowser-tab:hover{ --uc-tab-fill: rgba(0,0,0,.1) }