aboutsummaryrefslogtreecommitdiffstats
path: root/yt_subscriptions_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-06-11 01:47:06 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-06-11 01:47:06 -0700
commit59fdbda886c1bc1acc12da7061b0710b048ce252 (patch)
tree3f2b308b07cf10d351c167b2c77a288c19e742a7 /yt_subscriptions_template.html
parent103b37030fcd073b5f44b9ddc79da0ce15325a96 (diff)
downloadyt-local-59fdbda886c1bc1acc12da7061b0710b048ce252.tar.lz
yt-local-59fdbda886c1bc1acc12da7061b0710b048ce252.tar.xz
yt-local-59fdbda886c1bc1acc12da7061b0710b048ce252.zip
Add channel muting
Diffstat (limited to 'yt_subscriptions_template.html')
-rw-r--r--yt_subscriptions_template.html5
1 files changed, 4 insertions, 1 deletions
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;
+ }
</style>
</head>
<body>