B00merang-Project / Windows-10-Dark

Dark variant of Windows 10 theme
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
298 stars 35 forks source link

Update cinnamon.css #29

Closed pimisen closed 3 years ago

pimisen commented 3 years ago

Fixed Padding for Applet Icons. Lines 2002 and 2003 added. I will post Screenshot of the effect in a few seconds within this comment. Screenshot is from weather Applet Cinnamon Spices weather@mockturtl. Before: before After: after

Kind regards Michael

Elbullazul commented 3 years ago

does it seem to affect default applets in any way?

pimisen commented 3 years ago

I will test it and do compare screenshots that i add here. Stay tuned.

pimisen commented 3 years ago

@Elbullazul Please find a compare Screenshot here with the following values for the paddings:

.applet-icon { icon-size: 12px; padding-left: 0px; padding-right: 5px; } above is with both paddings set to 0px, below is padding-right set to 5px what would be my suggestion. If you accept the Pull request can you then change it? Or should i start a new Pull request.

before_after

Elbullazul commented 3 years ago

It'd be best if you can submit a new one. Also, IMO it would be better if you split the padding between left and right equally:

padding left: 3px padding right: 3px

pimisen commented 3 years ago

as suggested :-)