mirror of
https://github.com/zadam/trilium.git
synced 2026-03-16 00:50:22 +01:00
style/zen mode: fix content refusing to get narrower than the max content width preference
This commit is contained in:
@@ -2107,7 +2107,8 @@ body.zen .note-split:not(.full-content-width) .scrolling-container {
|
||||
body.zen .note-split:not(.full-content-width) .note-detail {
|
||||
margin: auto;
|
||||
padding-bottom: 25vh;
|
||||
width: var(--max-content-width);
|
||||
max-width: var(--max-content-width);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body.zen .note-split:not(.full-content-width) .scroll-padding-widget {
|
||||
|
||||
Reference in New Issue
Block a user