mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
5c1ba23026
commit
3dc20a25b1
1 changed files with 8 additions and 8 deletions
|
|
@ -251,7 +251,7 @@
|
||||||
<div class="mb-2.5">
|
<div class="mb-2.5">
|
||||||
<div class="flex w-full justify-between items-center">
|
<div class="flex w-full justify-between items-center">
|
||||||
<div class="text-xs pr-2">
|
<div class="text-xs pr-2">
|
||||||
<div class="">
|
<div class="shrink-0">
|
||||||
{$i18n.t('Model')}
|
{$i18n.t('Model')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -259,7 +259,7 @@
|
||||||
<Tooltip content={$i18n.t('Enter Model ID')} placement="top-start">
|
<Tooltip content={$i18n.t('Enter Model ID')} placement="top-start">
|
||||||
<input
|
<input
|
||||||
list="model-list"
|
list="model-list"
|
||||||
class=" text-right text-sm bg-transparent outline-hidden max-w-full w-72"
|
class=" text-right text-sm bg-transparent outline-hidden max-w-full w-52"
|
||||||
bind:value={config.IMAGE_GENERATION_MODEL}
|
bind:value={config.IMAGE_GENERATION_MODEL}
|
||||||
placeholder={$i18n.t('Select a model')}
|
placeholder={$i18n.t('Select a model')}
|
||||||
required
|
required
|
||||||
|
|
@ -277,14 +277,14 @@
|
||||||
<div class="mb-2.5">
|
<div class="mb-2.5">
|
||||||
<div class="flex w-full justify-between items-center">
|
<div class="flex w-full justify-between items-center">
|
||||||
<div class="text-xs pr-2">
|
<div class="text-xs pr-2">
|
||||||
<div class="">
|
<div class="shrink-0">
|
||||||
{$i18n.t('Image Size')}
|
{$i18n.t('Image Size')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Tooltip content={$i18n.t('Enter Image Size (e.g. 512x512)')} placement="top-start">
|
<Tooltip content={$i18n.t('Enter Image Size (e.g. 512x512)')} placement="top-start">
|
||||||
<input
|
<input
|
||||||
class=" text-right text-sm bg-transparent outline-hidden max-w-full w-72"
|
class=" text-right text-sm bg-transparent outline-hidden max-w-full w-52"
|
||||||
placeholder={$i18n.t('Enter Image Size (e.g. 512x512)')}
|
placeholder={$i18n.t('Enter Image Size (e.g. 512x512)')}
|
||||||
bind:value={config.IMAGE_SIZE}
|
bind:value={config.IMAGE_SIZE}
|
||||||
/>
|
/>
|
||||||
|
|
@ -824,7 +824,7 @@
|
||||||
<div class="mb-2.5">
|
<div class="mb-2.5">
|
||||||
<div class="flex w-full justify-between items-center">
|
<div class="flex w-full justify-between items-center">
|
||||||
<div class="text-xs pr-2">
|
<div class="text-xs pr-2">
|
||||||
<div class="">
|
<div class="shrink-0">
|
||||||
{$i18n.t('Model')}
|
{$i18n.t('Model')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -832,7 +832,7 @@
|
||||||
<Tooltip content={$i18n.t('Enter Model ID')} placement="top-start">
|
<Tooltip content={$i18n.t('Enter Model ID')} placement="top-start">
|
||||||
<input
|
<input
|
||||||
list="model-list"
|
list="model-list"
|
||||||
class="text-right text-sm bg-transparent outline-hidden"
|
class="text-right text-sm bg-transparent outline-hidden max-w-full w-52"
|
||||||
bind:value={config.IMAGE_EDIT_MODEL}
|
bind:value={config.IMAGE_EDIT_MODEL}
|
||||||
placeholder={$i18n.t('Select a model')}
|
placeholder={$i18n.t('Select a model')}
|
||||||
required
|
required
|
||||||
|
|
@ -850,14 +850,14 @@
|
||||||
<div class="mb-2.5">
|
<div class="mb-2.5">
|
||||||
<div class="flex w-full justify-between items-center">
|
<div class="flex w-full justify-between items-center">
|
||||||
<div class="text-xs pr-2">
|
<div class="text-xs pr-2">
|
||||||
<div class="">
|
<div class="shrink-0">
|
||||||
{$i18n.t('Image Size')}
|
{$i18n.t('Image Size')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Tooltip content={$i18n.t('Enter Image Size (e.g. 512x512)')} placement="top-start">
|
<Tooltip content={$i18n.t('Enter Image Size (e.g. 512x512)')} placement="top-start">
|
||||||
<input
|
<input
|
||||||
class="text-right text-sm bg-transparent outline-hidden max-w-full w-72"
|
class="text-right text-sm bg-transparent outline-hidden max-w-full w-52"
|
||||||
placeholder={$i18n.t('Enter Image Size (e.g. 512x512)')}
|
placeholder={$i18n.t('Enter Image Size (e.g. 512x512)')}
|
||||||
bind:value={config.IMAGE_EDIT_SIZE}
|
bind:value={config.IMAGE_EDIT_SIZE}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue