refac: styling

This commit is contained in:
Timothy J. Baek 2024-08-05 19:43:51 +02:00
parent db5830dc28
commit dc262a5f79
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ __builtins__.input = input`);
}
</script>
<div class="mb-4" dir="ltr">
<div class="my-2" dir="ltr">
<div
class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 pb-0.5 rounded-t-lg overflow-x-auto"
>

View File

@ -413,7 +413,7 @@
{/if}
<div
class="prose chat-{message.role} w-full max-w-full dark:prose-invert prose-p:my-0 prose-img:my-1 prose-headings:my-1.5 whitespace-pre-line"
class="prose chat-{message.role} w-full max-w-full dark:prose-invert prose-p:my-0 prose-img:my-1 prose-headings:my-1.5 prose-ol:my-1 prose-ul:my-1 whitespace-pre-line"
>
<div>
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}