Explorar o código

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

Taddeus Kroes %!s(int64=12) %!d(string=hai) anos
pai
achega
164b2ac627
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      style.sass

+ 3 - 2
style.sass

@@ -143,11 +143,12 @@ html, body
     background-color: $indicator-color
 
 .channel-labels
-    width: $channel-label-width - 2px
     position: absolute
     top: $header-height
     left: 0
-    border-right: 2px solid #fff
+    width: $channel-label-width - 2px
+    padding-right: 2px
+    background-color: #fff
 
     .label
         width: $channel-label-width - 13px