From c8e548e3be12146692b6210c22d4217766375d43 Mon Sep 17 00:00:00 2001 From: orangemug Date: Wed, 31 Oct 2018 08:19:12 +0000 Subject: [PATCH] Increase more-menu icon size, broken by react-icons update --- src/styles/_layer.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/_layer.scss b/src/styles/_layer.scss index 45af9ac..920547d 100644 --- a/src/styles/_layer.scss +++ b/src/styles/_layer.scss @@ -195,6 +195,11 @@ .more-menu { position: relative; + svg { + width: 22px; + height: 22px; + } + &__menu { position: absolute; z-index: 9999;