Skip to content

Commit cdeb838

Browse files
authored
Update userChrome.css
1 parent 3242851 commit cdeb838

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

userChrome.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,6 @@ body:not(
237237
}
238238
}
239239

240-
/* Permanently transparent compact sidebar - fix for zen bug */
241-
#zen-main-app-wrapper[zen-compact-mode="true"] #navigator-toolbox {
242-
opacity: 0 !important;
243-
/* display: none !important; */
244-
}
245240

246241
/*******************************************************************************
247242
* EXTENSIONS STYLING
@@ -679,3 +674,14 @@ body:has(
679674
}
680675
}
681676
} */
677+
678+
679+
/* ============================================= */
680+
/* ======== personal pre only, keep off ======== */
681+
/* ============================================= */
682+
683+
/* Permanently transparent compact sidebar - fix for zen bug */
684+
#zen-main-app-wrapper[zen-compact-mode="true"] #navigator-toolbox {
685+
opacity: 0 !important;
686+
/* display: none !important; */
687+
}

0 commit comments

Comments
 (0)