theme: fix input zoom in on iOS
This commit is contained in:
parent
d1f1682bce
commit
64017b6b34
2 changed files with 11 additions and 2 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue