aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/subscription_manager.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-10-17 19:23:58 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-10-17 19:23:58 -0700
commitfd327ae6533d0e9d6119fd8951017775211bd29f (patch)
tree35e59279d0cadc0859322cef46d3e83859193f49 /youtube/templates/subscription_manager.html
parent66b1159d362dde55d8bcaf35346916e97b87865f (diff)
downloadyt-local-fd327ae6533d0e9d6119fd8951017775211bd29f.tar.lz
yt-local-fd327ae6533d0e9d6119fd8951017775211bd29f.tar.xz
yt-local-fd327ae6533d0e9d6119fd8951017775211bd29f.zip
Fix muted channels not being faded out on subscription manager page
Diffstat (limited to 'youtube/templates/subscription_manager.html')
-rw-r--r--youtube/templates/subscription_manager.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html
index c9683ce..34d38d0 100644
--- a/youtube/templates/subscription_manager.html
+++ b/youtube/templates/subscription_manager.html
@@ -61,6 +61,8 @@
display:flex;
margin-bottom: 10px;
break-inside:avoid;
+ }
+ .sub-list-item:not(.muted){
background-color: var(--interface-color);
}
.tag-list{