Y
Hacker News
new
|
ask
|
show
|
jobs
by
brimstedt
1097 days ago
This means two actions (zoom+click) when one would be enough. Efficiency first!
1 comments
rektide
1097 days ago
Efficiency for whom? This works great for me. You'd make my experience awful by making things bigger, reducing information density.
link
kwhitefoot
1097 days ago
Surely CSS can detect and cope with screen sizes.
link
aendruk
1097 days ago
The issue here isn’t screen size.
@media (pointer: coarse) { /* UI for fingers */ }
I frequently use small viewports on my laptop and the pervasiveness of this misconception drives me mad. I try to fit more information on the screen and websites respond by spatially bloating as if designed to impede.
link