afonsof / jenkins-material-theme

Beautify your Jenkins with the Material Design theme!
http://afonsof.com/jenkins-material-theme
MIT License
1.72k stars 355 forks source link

Added Media Queries for Mobile Scaling #156

Open dvigne opened 5 years ago

dvigne commented 5 years ago

I noticed that when viewing on mobile the table extends past the screen. I added a few media queries that follow Bootstraps idea of a small screen to remove the excess table elements. I included some photos below so you can see the difference.

Before:

before1 before2

After:

after

dvigne commented 5 years ago

@afonsof Is there anything further you need regarding this PR? Thanks!