Commit 9b590393 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent 9aa689ea
...@@ -470,7 +470,7 @@ ...@@ -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) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment