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

fix: chat styling

parent ee590983
......@@ -359,7 +359,7 @@
</div>
<div class="w-full">
<div class=" self-center font-bold mb-0.5">
<div class=" self-center font-bold mb-0.5 capitalize">
{#if message.role === 'user'}
You
{:else if selectedModelfile}
......
......@@ -93,7 +93,7 @@
</div>
<div class=" flex-1 self-center">
<div class=" font-bold">{modelfile.title}</div>
<div class=" font-bold capitalize">{modelfile.title}</div>
<div class=" text-sm overflow-hidden text-ellipsis line-clamp-2">
{modelfile.desc}
</div>
......
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