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 changes fix it
  • Loading branch information
pateskinasy authored Jun 27, 2018
1 parent 4a60250 commit 829f0bf
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 @@ -58,6 +58,11 @@
line-height: 1.5;
}

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

img {
width: 100%;
}
Expand Down

0 comments on commit 829f0bf

Please sign in to comment.