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

erica pfp
erica
@heavygweit
lmao had to fix this same issue last week
0 reply
0 recast
0 reaction

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

cody pfp
cody
@codyb.eth
why doesn't it just translate to font-size: .875 rem? confused by how this works now. haha
1 reply
0 recast
0 reaction

srnaCasda pfp
srnaCasda
@srnacasda
Radiant
0 reply
0 recast
0 reaction

hughe pfp
hughe
@hughe
radiant
0 reply
0 recast
0 reaction