mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 14:25:19 +00:00
refac: styling
This commit is contained in:
parent
7b31ef60fb
commit
ca4beb413b
1 changed files with 2 additions and 2 deletions
|
|
@ -302,7 +302,7 @@
|
||||||
>
|
>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
{#if $mobile && (item?.model?.info?.meta?.tags ?? []).length > 0}
|
{#if $mobile && (item?.model?.info?.meta?.tags ?? []).length > 0}
|
||||||
<div class="flex gap-0.5 self-start h-full mb-0.5 -translate-x-1">
|
<div class="flex gap-0.5 self-start h-full mb-1.5 -translate-x-1">
|
||||||
{#each item.model?.info?.meta.tags as tag}
|
{#each item.model?.info?.meta.tags as tag}
|
||||||
<div
|
<div
|
||||||
class=" text-xs font-bold px-1 rounded uppercase line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
|
class=" text-xs font-bold px-1 rounded uppercase line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
|
||||||
|
|
@ -418,7 +418,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if value === item.value}
|
{#if value === item.value}
|
||||||
<div class="ml-auto pl-2">
|
<div class="ml-auto pl-2 pr-2 md:pr-0">
|
||||||
<Check />
|
<Check />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue