Skip to content

Commit

Permalink
Fixing scaling issue w. emoji in Sidebar Author Profile
Browse files Browse the repository at this point in the history
Had the same issue as in mmistakes#1554

So should there be more demand for having emojis in sidebar, this style change fixes it
  • Loading branch information
pateskinasy authored Aug 10, 2018
1 parent 73f47af commit 6cc9c2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/minimal-mistakes/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
line-height: 1.5;
}

img.emoji {
width: 20px;
height: 20px;
}

img {
width: 100%;
}
Expand Down

0 comments on commit 6cc9c2f

Please sign in to comment.