theme: fix input zoom in on iOS
All checks were successful
/ depoly (push) Successful in 1m7s

This commit is contained in:
thislight 2024-08-13 15:49:36 +08:00
parent e2a5666b34
commit 35f51db294
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
2 changed files with 11 additions and 2 deletions

View file

@ -128,7 +128,7 @@ const TootBottomSheet: Component = (props) => {
<Avatar src={profile()!.inf?.avatar} />
<textarea
placeholder={`Reply to ${toot()?.account?.displayName ?? ""}...`}
style={{ width: "100%", "font-size": "1rem", border: "none" }}
style={{ width: "100%", border: "none" }}
></textarea>
<IconButton>
<Send />