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
74cafce4d2
commit
2cde746e38
1 changed files with 2 additions and 2 deletions
|
|
@ -347,7 +347,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
|
||||||
onSubmit={submitHandler}
|
onSubmit={submitHandler}
|
||||||
{onStop}
|
{onStop}
|
||||||
>
|
>
|
||||||
<div slot="menu" class="flex items-center justify-between gap-2 w-full pr-2">
|
<div slot="menu" class="flex items-center justify-between gap-2 w-full pr-1">
|
||||||
<div>
|
<div>
|
||||||
<Tooltip content={$i18n.t('Edit')} placement="top">
|
<Tooltip content={$i18n.t('Edit')} placement="top">
|
||||||
<button
|
<button
|
||||||
|
|
@ -368,7 +368,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
|
||||||
|
|
||||||
<Tooltip content={selectedModelId}>
|
<Tooltip content={selectedModelId}>
|
||||||
<select
|
<select
|
||||||
class=" bg-transparent rounded-lg py-1 px-2 -mx-0.5 text-sm outline-hidden w-20"
|
class=" bg-transparent rounded-lg py-1 px-2 -mx-0.5 text-sm outline-hidden w-full text-right pr-5"
|
||||||
bind:value={selectedModelId}
|
bind:value={selectedModelId}
|
||||||
>
|
>
|
||||||
{#each $models as model}
|
{#each $models as model}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue