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

Resize signin/signup popup #250

Open ddfridley opened 5 months ago

ddfridley commented 5 months ago

The signup popup currently limits it's height to 90vh and adds a scroll bar if the popup is too big for the window. Instead, we should make the whole component based on 'em' rather than rem, and adjust the font size, if the component renders too large for the viewport.

app/components/signin-signup.js

See this for an example of fitting the fonts-size.

image

For history on this, see also: https://github.com/EnCiv/undebate-ssp/issues/238