Skip to content

Commit 6805c0e

Browse files
pateskinasymmistakes
authored andcommittedAug 10, 2018
Fixing scaling issue w. emoji in Sidebar Author Profile (mmistakes#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
1 parent ba7114c commit 6805c0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎_sass/minimal-mistakes/_sidebar.scss

+5
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363

6464
img {
6565
width: 100%;
66+
67+
&.emoji {
68+
width: 20px;
69+
height: 20px;
70+
}
6671
}
6772
}
6873

0 commit comments

Comments
 (0)
Please sign in to comment.