amitt001 / pygmy

An open-source, feature rich & extensible url-shortener + analytics written in Python :cookie:
https://demo.pygy.co/pygmy
MIT License
703 stars 135 forks source link

Make website responsive and mobile friendly #11

Closed amitt001 closed 6 years ago

amitt001 commented 6 years ago

Frankly, the website's 'Link Options' section looks horrible on mobile devices or resizing the browser. This should be fixed by using the CSS media rules and other responsive design practices. I do not have enough understanding of responsive design to fix it in minimum time.

Link options section

oriolrius commented 6 years ago

Just FYI I'm not going to use this kind of services from my mobile phone.

SVilgelm commented 6 years ago

Have you tried http://getbootstrap.com? It provides mobile friendly UI.

amitt001 commented 6 years ago

@SVilgelm I am already using bootstrap for buttons and the website in general. Initially, I did try bootstrap for 'Link Options' section but was having alignment issues. Left it then as the UI is still usable.

I will look into it again later if it doesn't get picked up.