theme: fix input zoom in on iOS

This commit is contained in:
thislight 2024-08-13 15:49:36 +08:00
parent d1f1682bce
commit 64017b6b34
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 />