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_subscription_manager_template.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'yt_subscription_manager_template.html') diff --git a/yt_subscription_manager_template.html b/yt_subscription_manager_template.html index 83a52fa..8997861 100644 --- a/yt_subscription_manager_template.html +++ b/yt_subscription_manager_template.html @@ -62,7 +62,7 @@ column-width: 300px; column-gap: 40px; } - .sub-list > li{ + .sub-list-item{ display:flex; margin-bottom: 10px; background-color: #dadada; @@ -78,6 +78,9 @@ height: 1.5em; width: 1.5em; } + .muted{ + background-color: #888888; + } @@ -105,6 +108,8 @@ $header + + -- cgit v1.2.3