Content pfp
Content
@
0 reply
0 recast
0 reaction

Matthew pfp
Matthew
@matthew
pro tip: don’t use “text-sm” for inputs on web. on mobile safari, ios will zoom into the input in a weird way that looks awful instead of just popping up a keyboard. 16px font or larger is fine.
5 replies
0 recast
18 reactions

jtgi pfp
jtgi
@jtgi
You can have it whatever you like if you set: ``` <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> ``` Most of my inputs use text-sm.
1 reply
0 recast
2 reactions

Matthew pfp
Matthew
@matthew
oh damn ok good to know
0 reply
0 recast
0 reaction