Fixing scaling issue w. emoji in Sidebar Author Profile (#1780)

* 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
This commit is contained in:
Pat Eskinasy 2018-08-10 13:57:27 +01:00 committed by Michael Rose
parent f008388e39
commit 74def8eb65

View file

@ -63,6 +63,11 @@
img {
width: 100%;
&.emoji {
width: 20px;
height: 20px;
}
}
}