mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +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;
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user