Skip to content

Commit

Permalink
Fixing scaling issue w. emoji in Sidebar Author Profile (mmistakes#1780)
Browse files Browse the repository at this point in the history
* Fixing scaling issue w. emoji in Sidebar Author Profile

Had the same issue as in mmistakes#1554

So should there be more demand for having emojis in sidebar, this style change fixes it

* Fix indendation and nesting
  • Loading branch information
pateskinasy authored and mmistakes committed Aug 10, 2018
1 parent cba6c4c commit 5fe3927
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 @@ -63,6 +63,11 @@

img {
width: 100%;

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

Expand Down

0 comments on commit 5fe3927

Please sign in to comment.