style(next): small improvements to margins

This commit is contained in:
Elian Doran 2024-11-30 02:01:15 +02:00
parent 8f12103106
commit 8552d95770
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,8 @@ const TPL = `
</div>
</div>
<hr />
<h5>${t("database_anonymization.existing_anonymized_databases")}</h5>
<ul class="existing-anonymized-databases"></ul>

View File

@ -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;
}