~xdavidwu/xdavidwu.link

98a381a1396981768980ea8346d8199f5f071efd — Pat Eskinasy 6 years ago f34626c
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
1 files changed, 5 insertions(+), 0 deletions(-)

M _sass/minimal-mistakes/_sidebar.scss
M _sass/minimal-mistakes/_sidebar.scss => _sass/minimal-mistakes/_sidebar.scss +5 -0
@@ 63,6 63,11 @@

  img {
    width: 100%;
    
    &.emoji {
      width: 20px;
      height: 20px;
    }
  }
}