Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #218 from atom/sm-sync-icon
Browse files Browse the repository at this point in the history
Vertically center sync icon
  • Loading branch information
simurai committed Aug 26, 2017
2 parents 7fccfb2 + ff57d6f commit f79d018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/status-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
.icon::before {
font-size: 1.33333em; // should be 16px with a default of 12px
width: auto; // use natural width
height: auto;
line-height: 1;
height: 1em; // same as line-height
margin-right: .25em;
top: auto;
}
Expand Down

0 comments on commit f79d018

Please sign in to comment.