File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2614,7 +2614,6 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
2614
2614
}
2615
2615
if ( this . isPrivateWindow ) {
2616
2616
name = 'Private ' + name ;
2617
- icon = '🥸' ;
2618
2617
}
2619
2618
// get extra tabs remaning (e.g. on new profiles) and just move them to the new workspace
2620
2619
const extraTabs = Array . from ( gBrowser . tabContainer . arrowScrollbox . children ) . filter (
Original file line number Diff line number Diff line change 447
447
position : relative;
448
448
max-height : var (--zen-workspace-indicator-height );
449
449
min-height : var (--zen-workspace-indicator-height );
450
- gap : var ( --tab-icon-end-margin ) ;
450
+ gap : 10 px ;
451
451
align-items : center;
452
452
flex-direction : row !important ;
453
453
max-width : 100% ;
You can’t perform that action at this time.
0 commit comments