mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
fix(layout): note title padding on full-height note
This commit is contained in:
parent
a9b453c27a
commit
0856d3dbdf
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user