Increase more-menu icon size, broken by react-icons update

This commit is contained in:
orangemug 2018-10-31 08:19:12 +00:00
parent ad40a15a77
commit c8e548e3be

View file

@ -195,6 +195,11 @@
.more-menu {
position: relative;
svg {
width: 22px;
height: 22px;
}
&__menu {
position: absolute;
z-index: 9999;