Fixed icon size for the channel popout

This commit is contained in:
WolverinDEV 2020-12-06 11:54:39 +01:00
parent b220aaef28
commit e94a8a3b4f

View file

@ -89,6 +89,11 @@ html:root {
@include transition(opacity $button_hover_animation_time); @include transition(opacity $button_hover_animation_time);
} }
:global(.icon-container) {
height: 16px;
width: 16px;
}
} }
.leftPadding { .leftPadding {