fix(layout): title background for code notes

This commit is contained in:
Elian Doran 2025-12-10 17:13:52 +02:00
parent f7955a9040
commit f1edf84f4d
No known key found for this signature in database

View File

@ -46,10 +46,14 @@ body.experimental-feature-new-layout {
}
}
.note-split.type-code:not(.mime-text-x-sqlite) .title-row,
.note-split.type-code:not(.mime-text-x-sqlite) .title-details {
background-color: var(--main-background-color);
}
.title-details {
margin-top: 0;
contain: none;
opacity: 0.85;
display: flex;
gap: 0.25em;
margin: 0;
@ -62,11 +66,12 @@ body.experimental-feature-new-layout {
.note-split.view-mode-default {
.title-row {
margin-top: 2em;
padding-top: 2em;
box-sizing: content-box;
}
.title-details {
margin-bottom: 2em;
padding-bottom: 2em;
}
}