mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
fix(client): resize gutter not available in zen mode (fixes #7093)
This commit is contained in:
parent
7be0507db5
commit
9a95ec170d
@ -2031,6 +2031,10 @@ body.zen .action-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
body.zen .split-note-container-widget > .gutter {
|
||||
display: unset !important;
|
||||
}
|
||||
|
||||
body.zen #launcher-pane {
|
||||
position: absolute !important;
|
||||
top: 0 !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user