mirror of
https://github.com/open-webui/open-webui
synced 2025-02-11 15:33:38 +00:00
refac: styling
This commit is contained in:
parent
670fa83e2c
commit
85a1233733
@ -89,7 +89,7 @@
|
|||||||
>
|
>
|
||||||
<div class="flex-1 flex items-center gap-2">
|
<div class="flex-1 flex items-center gap-2">
|
||||||
<GlobeAltSolid />
|
<GlobeAltSolid />
|
||||||
<div class="flex items-center">{$i18n.t('Web Search')}</div>
|
<div class=" line-clamp-1">{$i18n.t('Web Search')}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Switch bind:state={webSearchEnabled} />
|
<Switch bind:state={webSearchEnabled} />
|
||||||
@ -105,7 +105,7 @@
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<DocumentArrowUpSolid />
|
<DocumentArrowUpSolid />
|
||||||
<div class="flex items-center">{$i18n.t('Upload Files')}</div>
|
<div class=" line-clamp-1">{$i18n.t('Upload Files')}</div>
|
||||||
</DropdownMenu.Item>
|
</DropdownMenu.Item>
|
||||||
</DropdownMenu.Content>
|
</DropdownMenu.Content>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user