mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fix wonky settings icon alignment
This commit is contained in:
parent
6bfd024046
commit
34f44251b3
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