mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
refac: styling
This commit is contained in:
parent
6cb519ca0e
commit
b9c64d0936
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if selectedId}
|
{#if selectedId}
|
||||||
<hr class="dark:border-gray-800 my-1 w-full" />
|
<hr class="border-gray-50 dark:border-gray-800 my-1 w-full" />
|
||||||
|
|
||||||
<div class="my-2 text-xs">
|
<div class="my-2 text-xs">
|
||||||
{#if !loading}
|
{#if !loading}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue