From 59fdbda886c1bc1acc12da7061b0710b048ce252 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 11 Jun 2019 01:47:06 -0700 Subject: Add channel muting --- yt_subscriptions_template.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'yt_subscriptions_template.html') diff --git a/yt_subscriptions_template.html b/yt_subscriptions_template.html index 8e1434c..41493e2 100644 --- a/yt_subscriptions_template.html +++ b/yt_subscriptions_template.html @@ -31,7 +31,7 @@ padding-left:10px; padding-right: 10px; } - .sidebar-list > li{ + .sidebar-list-item{ display:flex; justify-content: space-between; margin-bottom: 5px; @@ -42,6 +42,9 @@ overflow: hidden; max-width: 200px; } + .muted{ + background-color: #888888; + } -- cgit v1.2.3