This commit is contained in:
Timothy Jaeryang Baek 2025-09-15 17:21:02 -05:00
parent c17f3bc82b
commit 49c9b3199f
2 changed files with 2 additions and 2 deletions

View file

@ -814,7 +814,7 @@
<div class="px-2.5"> <div class="px-2.5">
<div <div
class="scrollbar-hidden rtl:text-right ltr:text-left bg-transparent dark:text-gray-100 outline-hidden w-full pt-2.5 pb-[5px] px-1 resize-none h-fit max-h-80 overflow-auto" class="scrollbar-hidden rtl:text-right ltr:text-left bg-transparent dark:text-gray-100 outline-hidden w-full pt-2.5 pb-[5px] px-1 resize-none h-fit max-h-96 overflow-auto"
> >
{#key $settings?.richTextInput} {#key $settings?.richTextInput}
<RichTextInput <RichTextInput

View file

@ -1158,7 +1158,7 @@
<div class="px-2.5"> <div class="px-2.5">
<div <div
class="scrollbar-hidden rtl:text-right ltr:text-left bg-transparent dark:text-gray-100 outline-hidden w-full pb-1 px-1 resize-none h-fit max-h-80 overflow-auto {files.length === class="scrollbar-hidden rtl:text-right ltr:text-left bg-transparent dark:text-gray-100 outline-hidden w-full pb-1 px-1 resize-none h-fit max-h-96 overflow-auto {files.length ===
0 0
? atSelectedModel !== undefined ? atSelectedModel !== undefined
? 'pt-1.5' ? 'pt-1.5'