EnCiv / undebate-ssp

Undebate Self Service Portal- Web portal where election administrators of democratically run organizations create undebates for their candidates and voters
Other
6 stars 9 forks source link

signin-signup too big on small phones #153

Open ddfridley opened 2 years ago

ddfridley commented 2 years ago

the pop up app/components/signin-signup.js component is too large for small smart phones. Using google chrome you can test it in developer mode by toggling the device toolbar, and selecting iPhone SE.

One way to fix it would be to figure out how to make it scrollable. Right now it just pops up and you can't move it. Another way would be to dynamically shrink the font size until it all fits, or just calculate the font size based on the height and width.