feat(layout/inline-title): keep header bar visible

This commit is contained in:
Elian Doran 2025-12-13 11:34:29 +02:00
parent 621ebe4396
commit f686d9ecd0
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -4,4 +4,8 @@
padding-inline-start: 24px; padding-inline-start: 24px;
display: flex; display: flex;
align-items: center; align-items: center;
.note-icon-widget {
padding: 0;
}
} }

View File

@ -53,7 +53,10 @@ body.experimental-feature-new-layout {
} }
&.collapse { &.collapse {
visibility: hidden; .note-icon-widget,
.note-title-widget {
visibility: hidden;
}
} }
} }