feat: Remove default icon from private workspaces, b=(no-bug), c=workspaces

This commit is contained in:
mr. m 2025-05-22 19:59:14 +02:00
parent d15b1f3c1e
commit 6c5be98173
No known key found for this signature in database
GPG key ID: 419302196C23B258
2 changed files with 1 additions and 2 deletions

View file

@ -2614,7 +2614,6 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
if (this.isPrivateWindow) {
name = 'Private ' + name;
icon = '🥸';
}
// get extra tabs remaning (e.g. on new profiles) and just move them to the new workspace
const extraTabs = Array.from(gBrowser.tabContainer.arrowScrollbox.children).filter(

View file

@ -447,7 +447,7 @@
position: relative;
max-height: var(--zen-workspace-indicator-height);
min-height: var(--zen-workspace-indicator-height);
gap: var(--tab-icon-end-margin);
gap: 10px;
align-items: center;
flex-direction: row !important;
max-width: 100%;