From 74def8eb6574624a1c11c589d270c38452ecb621 Mon Sep 17 00:00:00 2001 From: Pat Eskinasy Date: Fri, 10 Aug 2018 13:57:27 +0100 Subject: [PATCH] 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 --- _sass/minimal-mistakes/_sidebar.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/minimal-mistakes/_sidebar.scss b/_sass/minimal-mistakes/_sidebar.scss index 59d1204c..f7fc72dc 100644 --- a/_sass/minimal-mistakes/_sidebar.scss +++ b/_sass/minimal-mistakes/_sidebar.scss @@ -63,6 +63,11 @@ img { width: 100%; + + &.emoji { + width: 20px; + height: 20px; + } } }