Commit 0d39a9fe authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent e99d69bf
...@@ -363,7 +363,7 @@ ...@@ -363,7 +363,7 @@
{#if message.done} {#if message.done}
<div class=" flex justify-start space-x-1 -mt-2 overflow-x-auto buttons"> <div class=" flex justify-start space-x-1 -mt-2 overflow-x-auto buttons">
{#if siblings.length > 1} {#if siblings.length > 1}
<div class="flex self-center"> <div class="flex self-center min-w-fit">
<button <button
class="self-center" class="self-center"
on:click={() => { on:click={() => {
...@@ -384,7 +384,7 @@ ...@@ -384,7 +384,7 @@
</svg> </svg>
</button> </button>
<div class="text-xs font-bold self-center"> <div class="text-xs font-bold self-center min-w-fit">
{siblings.indexOf(message.id) + 1} / {siblings.length} {siblings.indexOf(message.id) + 1} / {siblings.length}
</div> </div>
......
...@@ -840,7 +840,7 @@ ...@@ -840,7 +840,7 @@
/> />
</div> </div>
<div class=" h-full mt-10 mb-32 w-full flex flex-col"> <div class=" h-full w-full flex flex-col py-8">
<Messages <Messages
chatId={$chatId} chatId={$chatId}
{selectedModels} {selectedModels}
......
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