mirror of
https://github.com/zadam/trilium.git
synced 2026-01-08 15:44:25 +01:00
style(next): small improvements to margins
This commit is contained in:
parent
8f12103106
commit
8552d95770
@ -26,6 +26,8 @@ const TPL = `
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<h5>${t("database_anonymization.existing_anonymized_databases")}</h5>
|
||||
|
||||
<ul class="existing-anonymized-databases"></ul>
|
||||
|
||||
@ -964,4 +964,14 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
|
||||
|
||||
.options-section h5:first-of-type {
|
||||
margin-top: unset !important;
|
||||
}
|
||||
|
||||
.options-section hr {
|
||||
margin-left: calc(var(--card-padding) * -1);
|
||||
margin-right: calc(var(--card-padding) * -1);
|
||||
}
|
||||
|
||||
.options-section .existing-anonymized-databases,
|
||||
.options-section h4:first-of-type + p:last-of-type /* Spellcheck */ {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user