fix(webui): prevent iOS Safari composer zoom
This commit is contained in:
@@ -1566,10 +1566,10 @@ export function ThreadComposer({
|
||||
"w-full resize-none bg-transparent",
|
||||
isHero
|
||||
? cn(
|
||||
"min-h-[78px] px-4 text-[15px] leading-6 sm:px-5",
|
||||
"min-h-[78px] px-4 text-[16px] leading-6 sm:px-5",
|
||||
relaxedHeroInput ? "pb-2 pt-[27px]" : "pb-1.5 pt-4",
|
||||
)
|
||||
: "min-h-[50px] px-3.5 pb-1.5 pt-3 text-[13.5px] leading-5 sm:px-4",
|
||||
: "min-h-[50px] px-3.5 pb-1.5 pt-3 text-[16px] leading-5 sm:px-4",
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user