mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 00:19:04 +01:00
style/zen mode: fix content refusing to get narrower than the max content width preference
This commit is contained in:
parent
aa3a8d19ae
commit
5e3ffc12ce
@ -2107,7 +2107,8 @@ body.zen .note-split:not(.full-content-width) .scrolling-container {
|
|||||||
body.zen .note-split:not(.full-content-width) .note-detail {
|
body.zen .note-split:not(.full-content-width) .note-detail {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding-bottom: 25vh;
|
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 {
|
body.zen .note-split:not(.full-content-width) .scroll-padding-widget {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user