mirror of
https://github.com/open-webui/open-webui
synced 2025-02-21 12:29:29 +00:00
fix: styling
This commit is contained in:
parent
acbdb05bd0
commit
9d58bb1c66
@ -20,7 +20,10 @@
|
|||||||
<ChevronDown strokeWidth="3.5" className="size-3.5 " />
|
<ChevronDown strokeWidth="3.5" className="size-3.5 " />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm border border-gray-300/30 dark:border-gray-700/50 rounded-xl" slot="content">
|
<div
|
||||||
|
class="text-sm border border-gray-300/30 dark:border-gray-700/50 rounded-xl mb-1.5"
|
||||||
|
slot="content"
|
||||||
|
>
|
||||||
{#if status?.query}
|
{#if status?.query}
|
||||||
<a
|
<a
|
||||||
href="https://www.google.com/search?q={status.query}"
|
href="https://www.google.com/search?q={status.query}"
|
||||||
|
Loading…
Reference in New Issue
Block a user