style/zen mode: tweak
Some checks failed
Checks / main (push) Has been cancelled

This commit is contained in:
Adorian Doran 2025-10-30 02:48:38 +02:00
parent 8a76fdb8d1
commit 131fb43ab7

View File

@ -2043,7 +2043,8 @@ body.zen .ribbon-container .ribbon-body:not(:has(.classic-toolbar-widget)),
body.zen .note-icon-widget,
body.zen .title-row .icon-action,
body.zen .floating-buttons-children > *:not(.bx-edit-alt),
body.zen .action-button {
body.zen .action-button,
body.zen .note-list-widget {
display: none !important;
}
@ -2097,6 +2098,7 @@ body.zen #detail-container {
body.zen .note-split:not(.full-content-width) .scrolling-container {
display: flex;
flex-direction: column;
scroll-behavior: unset !important;
}
body.zen .note-split:not(.full-content-width) .note-detail {