mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 05:09:54 +01:00
fix(layout): title background for code notes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user