mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Use ems instead of pixels for loading octicon size
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
|
||||
&:before {
|
||||
font-family: 'Octicons Regular';
|
||||
font-size: 14px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
font-size: 1.1em;
|
||||
width: 1.1em;
|
||||
height: 1.1em;
|
||||
margin-right: 5px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
content: '\f09e';
|
||||
|
||||
Reference in New Issue
Block a user