"examples/vscode:/vscode.git/clone" did not exist on "aa316742e321451fa998ff50359441a924acb86c"
Commit 493207e9 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent 6603a40b
...@@ -784,7 +784,7 @@ ...@@ -784,7 +784,7 @@
<div <div
class="{$settings?.fullScreenMode ?? null class="{$settings?.fullScreenMode ?? null
? 'max-w-full' ? 'max-w-full'
: 'max-w-2xl md:px-0'} mx-auto w-full px-4 md:px-0 mt-10" : 'max-w-2xl md:px-0'} mx-auto w-full px-4 mt-10"
> >
<ModelSelector bind:selectedModels disabled={messages.length > 0} /> <ModelSelector bind:selectedModels disabled={messages.length > 0} />
</div> </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