mirror of
https://github.com/open-webui/open-webui
synced 2025-04-16 05:22:46 +00:00
refac: styling
This commit is contained in:
parent
75980010a9
commit
5101b440a8
@ -237,11 +237,11 @@
|
|||||||
class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-850 dark:text-gray-400 -translate-y-0.5"
|
class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-850 dark:text-gray-400 -translate-y-0.5"
|
||||||
>
|
>
|
||||||
<tr class="">
|
<tr class="">
|
||||||
<th scope="col" class="px-3 py-1.5 text-right cursor-pointer select-none w-0">
|
<th scope="col" class="px-3 text-right cursor-pointer select-none w-0">
|
||||||
{$i18n.t('User')}
|
{$i18n.t('User')}
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<th scope="col" class="px-3 py-1.5 cursor-pointer select-none">
|
<th scope="col" class="px-3 pr-1.5 cursor-pointer select-none">
|
||||||
{$i18n.t('Models')}
|
{$i18n.t('Models')}
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
@ -273,7 +273,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="px-3 flex flex-col">
|
<td class="pl-3 flex flex-col">
|
||||||
<div class="flex flex-col items-start gap-0.5 h-full">
|
<div class="flex flex-col items-start gap-0.5 h-full">
|
||||||
<div class="flex flex-col h-full">
|
<div class="flex flex-col h-full">
|
||||||
{#if feedback.data?.sibling_model_ids}
|
{#if feedback.data?.sibling_model_ids}
|
||||||
|
Loading…
Reference in New Issue
Block a user