fix zen mode issues

fix error in leaving in display none
add zen mode coverage to ribbon details
This commit is contained in:
Cody Williams
2022-02-14 00:51:25 -08:00
parent a97ce50415
commit 85dcc5b9f4

View File

@@ -226,9 +226,8 @@ body.zen-mode #launcher-pane, body.zen-mode #left-pane {
width:0 !important:
}
/* display:none not friendly - some of these have an interactivity lag when coming back from display:none so another method must be used */
/* even this isn't 100% fix, delay still happens sometimes, but less often and for less length in time */
body.zen-mode .title-bar-buttons, body.zen-mode .tab-row-widget, body.zen-mode .title-row, body.zen-mode .ribbon-top-row, body.zen-mode .gutter, body.zen-mode #rest-pane > div:nth-child(1) {
display:none !important;
body.zen-mode .title-bar-buttons, body.zen-mode .tab-row-widget, body.zen-mode .title-row, body.zen-mode .ribbon-container, body.zen-mode .gutter, body.zen-mode #rest-pane > div:nth-child(1) {
visibility: hidden !important;
height:0 !important;
width:0 !important:
}