Skip to content

Slightly improve touch experience with interaction buttons

Joshua Goins requested to merge work/redstrate/touch-fixes into master

This doesn't change much visually with the new interaction button design done last month, but changes how it works internally.

Old

Screenshot_20230708_200451

The touch targets are nicely sized, but as you can see the actual control is left aligned - meaning that it's very easy to touch the reblog button when you don't mean to.

New

Screenshot_20230708_205324

The spacing has changed only marginally, but now the touch targets are more reasonably sized. The empty space above and below the interaction buttons on mobile are now put inside of the button too, making them even bigger without changing the overall spacing.

Also included is slight width improvements on mobile for the overflow menu (it was tiny even on this display) and enabling mobile improvements when tablet mode is enabled on desktop.

Merge request reports