Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Icon alignment on mouse hover is not proper on Windows
Browse files Browse the repository at this point in the history
Fix #5566

Just tweaking values since it was like that already and I want to do new builds for testing, but it would definitely be better if this used auto for automatically positioning these icons

Auditors: @bsclifton

Screenshot is in the issue
  • Loading branch information
bbondy committed Nov 14, 2016
1 parent 36db94a commit e289c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@

#navigator {
.homeButton {
margin: 0 3px 1px 3px;
margin: 0 0 3px 0;
}

.stopButton {
margin: 0 3px 2px 3px;
margin: 0 3px 6px 3px;
}

.reloadButton {
margin: 0 3px 0px 3px;
margin: 0 3px 2px 3px;
}
}

Expand Down

0 comments on commit e289c5a

Please sign in to comment.