better css
Browse files- src/routes/+page.svelte +2 -2
src/routes/+page.svelte
CHANGED
@@ -384,7 +384,7 @@
|
|
384 |
<div>
|
385 |
<div class="flex gap-x-2 mt-3 items-start justify-center {isLoading ? 'animate-pulse' : ''}">
|
386 |
<span
|
387 |
-
class="overflow-auto resize-y py-2 px-3 min-h-[42px] max-h-[500px] !w-[181px] whitespace-pre-wrap inline-block border border-gray-200
|
388 |
role="textbox"
|
389 |
contenteditable
|
390 |
style="--placeholder: 'Add prompt'"
|
@@ -396,7 +396,7 @@
|
|
396 |
/>
|
397 |
<button
|
398 |
on:click={submitRequest}
|
399 |
-
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-
|
400 |
>
|
401 |
diffuse the f rest
|
402 |
</button>
|
|
|
384 |
<div>
|
385 |
<div class="flex gap-x-2 mt-3 items-start justify-center {isLoading ? 'animate-pulse' : ''}">
|
386 |
<span
|
387 |
+
class="overflow-auto resize-y py-2 px-3 min-h-[42px] max-h-[500px] !w-[181px] whitespace-pre-wrap inline-block border border-gray-200 shadow-inner outline-none"
|
388 |
role="textbox"
|
389 |
contenteditable
|
390 |
style="--placeholder: 'Add prompt'"
|
|
|
396 |
/>
|
397 |
<button
|
398 |
on:click={submitRequest}
|
399 |
+
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-[0.555rem] px-4"
|
400 |
>
|
401 |
diffuse the f rest
|
402 |
</button>
|