style: fix indentation and formatting in ChatForm.svelte

This commit is contained in:
Imad Saddik 2026-03-14 06:54:26 +00:00
parent 8f9571a5c2
commit ee944af476
1 changed files with 2 additions and 3 deletions

View File

@ -125,7 +125,7 @@
* *
*/ */
let widthClasses = $derived(chatWidthClasses()); let widthClasses = $derived(chatWidthClasses());
// Configuration // Configuration
let currentConfig = $derived(config()); let currentConfig = $derived(config());
@ -576,8 +576,7 @@
/> />
<div <div
class="{INPUT_CLASSES} mx-auto {widthClasses class="{INPUT_CLASSES} mx-auto {widthClasses.class} overflow-hidden rounded-3xl backdrop-blur-md {disabled
.class} overflow-hidden rounded-3xl backdrop-blur-md {disabled
? 'cursor-not-allowed opacity-60' ? 'cursor-not-allowed opacity-60'
: ''}" : ''}"
data-slot="input-area" data-slot="input-area"