diff --git a/SuperPins/chrome.css b/SuperPins/chrome.css index dea87d5..3e455c6 100644 --- a/SuperPins/chrome.css +++ b/SuperPins/chrome.css @@ -488,7 +488,13 @@ } /* current workspace icons size */ - :root:has(#theme-SuperPins[uc-workspace-current-icon-size="small"]) { + :root:has(#theme-SuperPins[uc-workspace-current-icon-size="disabled"]) { + .zen-current-workspace-indicator .zen-current-workspace-indicator-icon { + font-size: 0 !important; + } + } + + :root:has(#theme-SuperPins[uc-workspace-current-icon-size="small"]) { .zen-current-workspace-indicator .zen-current-workspace-indicator-icon { font-size: 12px !important; } diff --git a/SuperPins/preferences.json b/SuperPins/preferences.json index bc13942..82b7aa8 100644 --- a/SuperPins/preferences.json +++ b/SuperPins/preferences.json @@ -317,6 +317,10 @@ "placeholder": "Default", "options": [ { + "label": "Disabled", + "value": "disabled" + }, + { "label": "Small", "value": "small" },