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

refac

parent 714bdca3
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
<div <div
class="flex flex-col justify-between px-5 mb-3 {$settings?.fullScreenMode ?? null class="flex flex-col justify-between px-5 mb-3 {$settings?.fullScreenMode ?? null
? 'max-w-full' ? 'max-w-full'
: 'max-w-4xl'} mx-auto rounded-lg group" : 'max-w-5xl'} mx-auto rounded-lg group"
> >
{#if message.role === 'user'} {#if message.role === 'user'}
<UserMessage <UserMessage
......
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