fix(layout): note title padding on full-height note

This commit is contained in:
Elian Doran 2025-12-11 18:00:49 +02:00
parent a9b453c27a
commit 0856d3dbdf
No known key found for this signature in database

View File

@ -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 {