mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 12:14:24 +01:00
style/note header: fix a background issue on code notes
This commit is contained in:
parent
67b01ec1d8
commit
ecb8bc0158
@ -1378,10 +1378,6 @@ body.experimental-feature-new-layout #center-pane .note-split > div.alert {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
body.experimental-feature-new-layout #center-pane .note-split > div.alert + .scrolling-container {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Promoted attributes
|
||||
*/
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
.inline-title {
|
||||
max-width: var(--max-content-width);
|
||||
container-type: inline-size;
|
||||
padding-top: 20px;
|
||||
padding-inline-start: 24px;
|
||||
|
||||
& > .inline-title-row {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user