2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Fix wonky settings icon alignment

This commit is contained in:
John O'Nolan 2013-09-17 12:32:56 +01:00
parent 83e655701c
commit d674996dce

View file

@ -616,13 +616,14 @@ body.zen {
}
.entry-settings {
@include icon($i-settings, 1.1em){vertical-align: 0;};
@include icon($i-settings, 14px);
@include box-sizing(border-box);
display: inline-block;
padding: 0 10px;
line-height: 1.8em;
color: $midgrey;
@include transition;
position: relative;
top: 1px;
&:hover {
color: $lightgrey;