From dfb83e7861aaf98a96891cfd1d460e78b3495ffa Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 9 Aug 2020 20:04:01 +0200 Subject: [PATCH] Fixed client icons for the native client --- shared/css/static/channel-tree.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/css/static/channel-tree.scss b/shared/css/static/channel-tree.scss index 5b8ce460..95e12386 100644 --- a/shared/css/static/channel-tree.scss +++ b/shared/css/static/channel-tree.scss @@ -3,6 +3,7 @@ width:16px; height:16px; background:url('../../img/ts/basic_icons.png') no-repeat; + background:url('../img/ts/basic_icons.png') no-repeat; background-size: 16px 608px; flex-grow: 0;