UI: improve a margin for readability

This commit is contained in:
oobabooga 2024-12-17 19:58:09 -08:00
parent 60c93e0c66
commit b051e2c161
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,11 @@ div.svelte-iyf88w {
border: 0;
}
/* "info" messages without a title above */
.block > .svelte-e8n7p6:not(:only-of-type) {
margin-bottom: 2px;
}
.py-6 {
padding-top: 2.5rem
}

View File

@ -83,6 +83,7 @@ if not shared.args.old_colors:
checkbox_label_background_fill_hover_dark='var(--selected-item-color-dark)',
table_even_background_fill_dark='var(--darker-gray)',
table_odd_background_fill_dark='var(--selected-item-color-dark)',
code_background_fill_dark='var(--darker-gray)',
# Shadows and Radius
checkbox_label_shadow='none',