mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-26 15:24:39 +01:00
UI polish
This commit is contained in:
parent
9ec20d9730
commit
307d0c92be
|
|
@ -54,7 +54,7 @@ div.svelte-iyf88w {
|
|||
height: 39.594px;
|
||||
align-self: end;
|
||||
line-height: 1em;
|
||||
border-radius: 0.375rem;
|
||||
border-radius: 0.75rem;
|
||||
flex: none;
|
||||
}
|
||||
|
||||
|
|
@ -1420,7 +1420,7 @@ audio {
|
|||
}
|
||||
|
||||
.dark .thinking-block {
|
||||
background-color: var(--darker-gray);
|
||||
background-color: var(--selected-item-color-dark);
|
||||
border: 1px solid var(--input-border-color);
|
||||
}
|
||||
|
||||
|
|
@ -1558,7 +1558,7 @@ strong {
|
|||
min-height: 200px;
|
||||
max-height: 65vh;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
border-radius: 0.5rem;
|
||||
border: 1px solid #ccc;
|
||||
background-color: var(--light-theme-gray);
|
||||
font-family: inherit;
|
||||
|
|
@ -1586,7 +1586,7 @@ strong {
|
|||
.edit-control-button {
|
||||
padding: 6px 12px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
border-radius: 0.75rem;
|
||||
cursor: pointer;
|
||||
background-color: #f8f9fa;
|
||||
color: #212529;
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ if not shared.args.old_colors:
|
|||
input_shadow_focus='none',
|
||||
input_shadow_focus_dark='none',
|
||||
button_large_radius='0.75rem',
|
||||
button_small_radius='0.75rem',
|
||||
button_large_padding='6px 12px',
|
||||
input_radius='0.5rem',
|
||||
block_radius='0.375rem',
|
||||
|
|
|
|||
Loading…
Reference in a new issue