mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac: styling
This commit is contained in:
parent
9aa689ea56
commit
9b59039388
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@
|
||||||
} -->
|
} -->
|
||||||
|
|
||||||
{#if message.citations}
|
{#if message.citations}
|
||||||
<hr class=" dark:border-gray-800" />
|
<hr class=" dark:border-gray-800 mt-1" />
|
||||||
<div class="my-2.5 w-full flex overflow-x-auto gap-2 flex-wrap">
|
<div class="my-2.5 w-full flex overflow-x-auto gap-2 flex-wrap">
|
||||||
{#each message.citations.reduce((acc, citation) => {
|
{#each message.citations.reduce((acc, citation) => {
|
||||||
citation.document.forEach((document, index) => {
|
citation.document.forEach((document, index) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue