From a40de31a0dab190d9a1cee605b005594d5e9b359 Mon Sep 17 00:00:00 2001 From: wir jawir Date: Wed, 8 Oct 2025 15:09:13 +0700 Subject: [PATCH] fixed tab number overlapping with pinned tab icon --- chrome.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/chrome.css b/chrome.css index 83c2e6c..ea9ba64 100644 --- a/chrome.css +++ b/chrome.css @@ -51,6 +51,15 @@ zen-workspace[active] tab:not([zen-glance-tab="true"]) { margin: 0; } + /* Hide the second icon when tab is pinned */ + [zen-pinned-changed='true']:not([zen-essential]) .tab-reset-pin-button image { + opacity: 1 !important; + } + + [zen-pinned-changed='true']:not([zen-essential]) .tab-icon-image { + opacity: 0 !important; + } + /* Show the "X" close button on hover */ tab:hover .tab-close-button { visibility: visible;