fix(client): resize gutter not available in zen mode (fixes #7093)

This commit is contained in:
Elian Doran 2025-09-25 19:40:40 +03:00
parent 7be0507db5
commit 9a95ec170d
No known key found for this signature in database

View File

@ -2031,6 +2031,10 @@ body.zen .action-button {
display: none !important; display: none !important;
} }
body.zen .split-note-container-widget > .gutter {
display: unset !important;
}
body.zen #launcher-pane { body.zen #launcher-pane {
position: absolute !important; position: absolute !important;
top: 0 !important; top: 0 !important;