From 0856d3dbdfd89fb04a995ea185b3ac89980c035b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 11 Dec 2025 18:00:49 +0200 Subject: [PATCH] fix(layout): note title padding on full-height note --- apps/client/src/widgets/note_title.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/note_title.css b/apps/client/src/widgets/note_title.css index 8769c74ae..174c7d786 100644 --- a/apps/client/src/widgets/note_title.css +++ b/apps/client/src/widgets/note_title.css @@ -75,7 +75,8 @@ body.experimental-feature-new-layout { } } - .scrolling-container:has(> :is(.note-detail.full-height, .note-list-widget.full-height)) { + .scrolling-container:has(> :is(.note-detail.full-height, .note-list-widget.full-height)), + .note-split.type-book { .title-row, .title-details { width: 100%; @@ -84,7 +85,7 @@ body.experimental-feature-new-layout { } .title-row { - margin-top: 0; + padding: 0; } .title-details {