From e94a8a3b4f22d3b7cd8bb11fa0dd42e881a0fad1 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 6 Dec 2020 11:54:39 +0100 Subject: [PATCH] Fixed icon size for the channel popout --- shared/js/ui/tree/View.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shared/js/ui/tree/View.scss b/shared/js/ui/tree/View.scss index 7d9b1417..994f34f8 100644 --- a/shared/js/ui/tree/View.scss +++ b/shared/js/ui/tree/View.scss @@ -89,6 +89,11 @@ html:root { @include transition(opacity $button_hover_animation_time); } + + :global(.icon-container) { + height: 16px; + width: 16px; + } } .leftPadding {