(qol): formatted
This commit is contained in:
parent
c7ea9495bd
commit
1bc77fc146
2 changed files with 7 additions and 5 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue