mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fix wonky settings icon alignment
This commit is contained in:
parent
83e655701c
commit
d674996dce
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue