Skip to content

Commit 6c5be98

Browse files
committed
feat: Remove default icon from private workspaces, b=(no-bug), c=workspaces
1 parent d15b1f3 commit 6c5be98

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/zen/workspaces/ZenWorkspaces.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,6 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
26142614
}
26152615
if (this.isPrivateWindow) {
26162616
name = 'Private ' + name;
2617-
icon = '🥸';
26182617
}
26192618
// get extra tabs remaning (e.g. on new profiles) and just move them to the new workspace
26202619
const extraTabs = Array.from(gBrowser.tabContainer.arrowScrollbox.children).filter(

src/zen/workspaces/zen-workspaces.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
position: relative;
448448
max-height: var(--zen-workspace-indicator-height);
449449
min-height: var(--zen-workspace-indicator-height);
450-
gap: var(--tab-icon-end-margin);
450+
gap: 10px;
451451
align-items: center;
452452
flex-direction: row !important;
453453
max-width: 100%;

0 commit comments

Comments
 (0)