From 1ca25bb30088ef0fdc1c2844b6bb0a1eeae82598 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 21 Apr 2024 20:41:38 +0300 Subject: [PATCH] vertical tabs: small layout fixes for pinned tabs --- chrome/vertical_tabs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/vertical_tabs.css b/chrome/vertical_tabs.css index ba7725d..8ead454 100644 --- a/chrome/vertical_tabs.css +++ b/chrome/vertical_tabs.css @@ -24,6 +24,10 @@ See the above repository for updates as well as full license text. */ } .tabbrowser-tab{ min-width: 0.1px !important; /* This is to prevent Firefox from thinking that tabs would overflow. Still, if such a situation ever occurs it will prevent the ability to scroll tabs with mouse */ + margin-inline: 0 !important; +} +.tab-label-container[pinned]{ + margin-inline-start: 5.5px; } :root:not([customizing]) #tabbrowser-tabs{ position: absolute !important;