AllenEllis/EverySingleMonth

Smaller image URL input box

Closed this issue · 1 comments

Hi. Reddit Yang Gang here. Not a U.S. citizen myself but I love the ideas of Yang and believe that our world will be MUCH better if he gets elected. Thank you so much for your website!

Here's something I came across when I was using the website.

Screenshot from 2020-01-05 23-09-13

The input box is pretty long and overlaps with the "SAVE CHANGES" button, which is not ideal.

Instead of hardcoding the size of the input box, I would suggest changing the style to width: 100% or something like that. :)

<input type='text' id='user-image' placeholder='Paste an image URL' oninput='updateBG(this.value)' size='65' />

Good catch, thanks!