(feat): add reconnect on focus
All checks were successful
/ deploy (push) Successful in 15m33s

(qol): formatted
This commit is contained in:
Alois 2026-05-09 22:56:19 +02:00
commit 1bc77fc146
2 changed files with 7 additions and 5 deletions

View file

@ -92,9 +92,7 @@ export default function InputComponent({
ref={inputBoxRef}
className={cn(
"rounded-none border-b-0 pt-0 pb-[env(safe-area-inset-bottom)] mx-2",
isMobile
? "border-0 border-t w-full mx-0 px-2"
: "rounded-t-xl",
isMobile ? "border-0 border-t w-full mx-0 px-2" : "rounded-t-xl",
)}
>
<CardHeader className="relative p-0 flex flex-col">