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
}