I have this site set to 125% on tablet, and I still misclick on shit all the fucking time. I only don’t bitch about it because Reddit is even worse.
24 pixels. Thats the minimum affordance suggestion by W3c (and it probably should be 32px IMO) for a click target on mobile if you don’t want to be the asshole. You make the padding clickable if the target is smaller than that.
Undersized targets (those less than 24 by 24 CSS pixels) are positioned so that if a 24 CSS pixel diameter circle is centered on the bounding box of each, the circles do not intersect another target or the circle for another undersized target;
Comments
I have this site set to 125% on tablet, and I still misclick on shit all the fucking time. I only don’t bitch about it because Reddit is even worse.
24 pixels. Thats the minimum affordance suggestion by W3c (and it probably should be 32px IMO) for a click target on mobile if you don’t want to be the asshole. You make the padding clickable if the target is smaller than that.