Fix muted channels not being faded out on subscription manager page

This commit is contained in:
James Taylor 2019-10-17 19:23:58 -07:00
parent 66b1159d36
commit fd327ae653

View File

@ -61,6 +61,8 @@
display:flex; display:flex;
margin-bottom: 10px; margin-bottom: 10px;
break-inside:avoid; break-inside:avoid;
}
.sub-list-item:not(.muted){
background-color: var(--interface-color); background-color: var(--interface-color);
} }
.tag-list{ .tag-list{