mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-12 05:17:40 +01:00
UI: improve a margin for readability
This commit is contained in:
parent
60c93e0c66
commit
b051e2c161
@ -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
|
||||
}
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user