FedStoa / moa

A Mastodon, Twitter, and Instagram Cross-poster
https://moa.party
MIT License
355 stars 19 forks source link

Make app more responsive for narrower viewports #82

Closed noelleleigh closed 5 years ago

noelleleigh commented 5 years ago

https://github.com/foozmeat/moa/blob/c8a8f5371208a32c973e985ae36780e90d27d722/static/style.css#L14-L19

While fine for wide desktop displays, that width: 50% CSS rule makes the content appear very small on smartphone displays. Using appropriate media queries would improve use ability on handheld devices.

foozmeat commented 5 years ago

I think this is better now. Please let me know if you think it can be improved further.

noelleleigh commented 5 years ago

Looks much better!