mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
UI: add padding to file saving dialog
This commit is contained in:
parent
049297fa66
commit
d56b500568
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ button {
|
|||
max-width: 500px;
|
||||
background-color: var(--input-background-fill);
|
||||
border: var(--input-border-width) solid var(--input-border-color) !important;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.file-saver > :first-child > :last-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue