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

Image size not correct: Github-branch-source-plugin #151

Open CCFenner opened 6 years ago

CCFenner commented 6 years ago

I don't know is this issue can be solved in here: When I use this theme, folder and job icons are rendered with 43.2px, but icons that are generated by the github-branch-source-plugin still use 32px. This looks a bit odd.

bildschirmfoto 2018-08-29 um 09 24 53

The 32px are coded into the .icon-lg style but also in the Github png url: https://github..../avatars/u/30689?&s=32

.icon-lg {
  width: 32px;
  height: 32px;
}

Any idea how this could be fixed to have the same icon sizes?