Skip to content

Commit bcce05c

Browse files
committed
fix(zen): Show fixed toolbar in Zen mode
1 parent 6f126ea commit bcce05c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,9 +2034,9 @@ body.zen #right-pane,
20342034
body.zen #mobile-sidebar-wrapper,
20352035
body.zen .tab-row-container,
20362036
body.zen .tab-row-widget,
2037-
body.zen .ribbon-container:not(:has(.classic-toolbar-widget.visible)),
2038-
body.zen .ribbon-container:has(.classic-toolbar-widget.visible) .ribbon-top-row,
2039-
body.zen .ribbon-container .ribbon-body:not(:has(.classic-toolbar-widget.visible)),
2037+
body.zen .ribbon-container:not(:has(.classic-toolbar-widget)),
2038+
body.zen .ribbon-container:has(.classic-toolbar-widget) .ribbon-top-row,
2039+
body.zen .ribbon-container .ribbon-body:not(:has(.classic-toolbar-widget)),
20402040
body.zen .note-icon-widget,
20412041
body.zen .title-row .icon-action,
20422042
body.zen .floating-buttons-children > *:not(.bx-edit-alt),

0 commit comments

Comments
 (0)