aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2020-08-11 21:09:59 -0700
committerJames Taylor <user234683@users.noreply.github.com>2020-08-11 21:09:59 -0700
commit8e1255147166a7c562a05fc5f8f8fea06b2afe43 (patch)
tree2344b044efd04030f3205879119b274dbba0870c /youtube/templates
parentfa61874f97a72c796dd9bcc2db910d51c0244339 (diff)
downloadyt-local-8e1255147166a7c562a05fc5f8f8fea06b2afe43.tar.lz
yt-local-8e1255147166a7c562a05fc5f8f8fea06b2afe43.tar.xz
yt-local-8e1255147166a7c562a05fc5f8f8fea06b2afe43.zip
Switch to mobile api endpoint to fix 'Unknown error' blockage
See https://github.com/iv-org/invidious/issues/1319#issuecomment-671732646
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/channel.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html
index a0cdff9..ef2bedf 100644
--- a/youtube/templates/channel.html
+++ b/youtube/templates/channel.html
@@ -68,6 +68,13 @@
.item-grid{
padding-left: 20px;
}
+ .item-grid .horizontal-item-box .item{
+ width:330px;
+ }
+ .no-description .thumbnail-box{
+ width: 120px;
+ height:90px;
+ }
.item-list{
width:800px;
margin: auto;