mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: navbar styling
This commit is contained in:
parent
eda157e303
commit
698bfcf87f
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@
|
|||
</div>
|
||||
|
||||
<div class="self-start flex flex-none items-center">
|
||||
<div class="flex self-center w-[1px] h-5 mx-2 bg-stone-700" />
|
||||
<div class="flex self-center w-[1px] h-5 mx-2 bg-gray-300 dark:bg-stone-700" />
|
||||
|
||||
{#if !shareEnabled}
|
||||
<Tooltip content="Settings">
|
||||
|
|
|
|||
Loading…
Reference in a new issue