mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac: styling
This commit is contained in:
parent
21eff61940
commit
b1752cfb6a
2 changed files with 3 additions and 7 deletions
|
|
@ -213,9 +213,7 @@
|
||||||
<div class=" flex items-center gap-3 justify-between text-xs uppercase px-1 font-bold">
|
<div class=" flex items-center gap-3 justify-between text-xs uppercase px-1 font-bold">
|
||||||
<div class="w-full basis-3/5">Group</div>
|
<div class="w-full basis-3/5">Group</div>
|
||||||
|
|
||||||
<div class="w-full basis-1/5">Users</div>
|
<div class="w-full basis-2/5 text-right">Users</div>
|
||||||
|
|
||||||
<div class="w-full basis-1/5"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="mt-1.5 border-gray-100 dark:border-gray-850" />
|
<hr class="mt-1.5 border-gray-100 dark:border-gray-850" />
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
showEdit = true;
|
showEdit = true;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class="flex items-center gap-1.5 w-full font-medium basis-3/5">
|
<div class="flex items-center gap-1.5 w-full font-medium flex-1">
|
||||||
<div>
|
<div>
|
||||||
<UserCircleSolid className="size-4" />
|
<UserCircleSolid className="size-4" />
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -70,15 +70,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center gap-1.5 w-full font-medium basis-1/5">
|
<div class="flex items-center gap-1.5 w-fit font-medium text-right justify-end">
|
||||||
{group.user_ids.length}
|
{group.user_ids.length}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<User className="size-3.5" />
|
<User className="size-3.5" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="w-full flex justify-end basis-1/5">
|
|
||||||
<div class=" rounded-lg p-1 hover:bg-gray-100 dark:hover:bg-gray-850 transition">
|
<div class=" rounded-lg p-1 hover:bg-gray-100 dark:hover:bg-gray-850 transition">
|
||||||
<Pencil className="size-3.5" />
|
<Pencil className="size-3.5" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue