Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
74 stars 32 forks source link

Fix set own user flair form on iPhone #483

Closed happy-river closed 2 years ago

happy-river commented 2 years ago

When a sub permits free-form user flairs, the user is given the option to change their flair in the sub sidebar. This option brings up a form with two buttons, which would work on Linux desktop browsers but not on iPhone Safari. Add type="submit" to the buttons to make them work on iPhone browsers.