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; }