Commit 164b2ac6 authored by Taddeus Kroes's avatar Taddeus Kroes

Added white background to channel label list to avoid indicator in the background

parent 7a1a589e
...@@ -143,11 +143,12 @@ html, body ...@@ -143,11 +143,12 @@ html, body
background-color: $indicator-color background-color: $indicator-color
.channel-labels .channel-labels
width: $channel-label-width - 2px
position: absolute position: absolute
top: $header-height top: $header-height
left: 0 left: 0
border-right: 2px solid #fff width: $channel-label-width - 2px
padding-right: 2px
background-color: #fff
.label .label
width: $channel-label-width - 13px width: $channel-label-width - 13px
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment