mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
style(next): improve h5 in settings
This commit is contained in:
parent
bb23aeb925
commit
f22cdb85a8
@ -953,4 +953,15 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
|
||||
margin-top: calc(-1 * var(--card-padding) - var(--title-font-size) - var(--title-offset)) !important;
|
||||
margin-bottom: calc(var(--title-offset) + var(--card-padding)) !important;
|
||||
margin-left: calc(-1 * var(--card-padding));
|
||||
}
|
||||
|
||||
.options-section h5 {
|
||||
font-size: var(--title-font-size);
|
||||
font-weight: bold;
|
||||
margin-top: 1em !important;
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
|
||||
.options-section h5:first-of-type {
|
||||
margin-top: unset !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user