mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
</a>
|
||||
{/if}
|
||||
|
||||
<hr class=" border-gray-50 dark:border-gray-850 my-1 p-0" />
|
||||
<hr class=" border-gray-100 dark:border-gray-850 my-1 p-0" />
|
||||
|
||||
<button
|
||||
class="flex rounded-md py-2 px-3 w-full hover:bg-gray-50 dark:hover:bg-gray-800 transition"
|
||||
@@ -185,7 +185,7 @@
|
||||
</button>
|
||||
|
||||
{#if $activeUserIds?.length > 0}
|
||||
<hr class=" border-gray-50 dark:border-gray-850 my-1 p-0" />
|
||||
<hr class=" border-gray-100 dark:border-gray-850 my-1 p-0" />
|
||||
|
||||
<Tooltip
|
||||
content={$USAGE_POOL && $USAGE_POOL.length > 0
|
||||
|
||||
Reference in New Issue
Block a user