mirror of
https://github.com/open-webui/open-webui
synced 2025-01-19 17:26:33 +00:00
refac: styling
This commit is contained in:
parent
433168c450
commit
e63c0aeb1b
@ -275,7 +275,7 @@
|
|||||||
<div class=" self-center text-xs font-medium">{$i18n.t('Image Generation Engine')}</div>
|
<div class=" self-center text-xs font-medium">{$i18n.t('Image Generation Engine')}</div>
|
||||||
<div class="flex items-center relative">
|
<div class="flex items-center relative">
|
||||||
<select
|
<select
|
||||||
class="w-fit pr-8 rounded px-2 p-1 text-xs bg-transparent outline-none text-right"
|
class=" dark:bg-gray-900 w-fit pr-8 cursor-pointer rounded px-2 p-1 text-xs bg-transparent outline-none text-right"
|
||||||
bind:value={config.engine}
|
bind:value={config.engine}
|
||||||
placeholder={$i18n.t('Select Engine')}
|
placeholder={$i18n.t('Select Engine')}
|
||||||
on:change={async () => {
|
on:change={async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user