From a437fe6dd1acc840b027a3f251d15f2a046019cf Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 26 Apr 2023 16:47:24 +0300 Subject: [PATCH] centered tab content: don't add negative margin to pinned tabs --- chrome/centered_tab_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/centered_tab_content.css b/chrome/centered_tab_content.css index c20cf62..1469af3 100644 --- a/chrome/centered_tab_content.css +++ b/chrome/centered_tab_content.css @@ -15,6 +15,6 @@ See the above repository for updates as well as full license text. */ .tab-close-button{ margin-inline-end: auto !important; } -:root:not([customizing]) .tab-content{ +:root:not([customizing]) .tab-content:not([pinned]){ margin-inline-end: -3px; }