Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected yesterdays faulty change #31

Merged
merged 2 commits into from
Oct 6, 2020

Conversation

pimisen
Copy link
Contributor

@pimisen pimisen commented Oct 5, 2020

@Elbullazul I made a mistake yesterday
Now I Corrected
padding left: 3px;
padding right: 3px;
to
padding-left: 3px;
padding-right: 3px;

@Elbullazul  I made a mistake yesterday 
Now I Corrected 
  padding left: 3px;
  padding right: 3px;
to
  padding-left: 3px;
  padding-right: 3px;
Re-Invented the spacing with the .applet-box (Line 1970). That is how it works in the original-themes. The former changes to the .applet-icon (left and right padding 3 px) lead to inconsistent spaces between the Taskbar Icons.
@Elbullazul Elbullazul mentioned this pull request Oct 6, 2020
@Elbullazul Elbullazul merged commit 6f3e063 into B00merang-Project:master Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants