fix(webui): prevent iOS Safari composer zoom

This commit is contained in:
chengyongru
2026-06-24 10:26:14 +08:00
committed by Xubin Ren
parent 6d989de336
commit b14f82f408
2 changed files with 4 additions and 2 deletions
@@ -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 (