afonsof / jenkins-material-theme

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

Console Icon css class should be `icon-sm` instead of `icon-xlg` #200

Open MrRahulR opened 2 years ago

MrRahulR commented 2 years ago

Jenkins Version - Jenkins v2.346.2 Theme Version - v1.3.3


I noticed the console icon is looking larger than other icons, by checking the CSS I saw it has the class icon-xlg instead of icon-sm which seems aligned well with other icons.


Current Design -

Screenshot 2022-07-30 at 8 17 40 AM

After replacing the class icon-xlg to icon-sm -

Screenshot 2022-07-30 at 8 23 55 AM