Commit 7121465e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent 52e83891
......@@ -143,18 +143,20 @@
id="messages-container"
>
<div class=" h-full w-full flex flex-col py-4">
<div>
<div class=" text-3xl font-semibold line-clamp-1">
{title}
<div class="px-3">
<div>
<div class=" text-3xl font-semibold line-clamp-1">
{title}
</div>
<div class=" mt-1 text-gray-400">
{dayjs(chat.chat.timestamp).format('MMMM D, YYYY')}
</div>
</div>
<div class=" mt-1 text-gray-400">
{dayjs(chat.chat.timestamp).format('MMMM D, YYYY')}
</div>
<hr class=" dark:border-gray-800 my-6" />
</div>
<hr class=" dark:border-gray-800 my-6" />
<div class="py-2">
<Messages
chatId={$chatId}
......
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