UI polish

This commit is contained in:
oobabooga 2026-03-23 06:35:14 -07:00
parent 9ec20d9730
commit 307d0c92be
2 changed files with 5 additions and 4 deletions

View file

@ -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;

View file

@ -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',