diff --git a/css/ts/client.css b/css/ts/client.css index 33d13313..66913788 100644 --- a/css/ts/client.css +++ b/css/ts/client.css @@ -52,7 +52,7 @@ .channelTree div * {vertical-align: middle;display:inline-block;height: 16px;padding: 0px;} .channelTree div img {border: 0;} -.channelTree div span {position: absolute; right: 0;} +.channelTree div > span {position: absolute; right: 0;} .channelTree .name { vertical-align: middle; margin-top: 1px; @@ -105,6 +105,10 @@ width: calc(100%); } +.channelTree .client span > div { + margin-left: 3px; +} + .channelTree .server { cursor: pointer; margin-top: 0px;