diff --git a/css/main.css b/css/main.css index 22fac5c5..a8c30a3f 100644 --- a/css/main.css +++ b/css/main.css @@ -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; diff --git a/modules/ui.py b/modules/ui.py index 20bc8373..02b5a9fb 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -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',