From 8e1255147166a7c562a05fc5f8f8fea06b2afe43 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 11 Aug 2020 21:09:59 -0700 Subject: Switch to mobile api endpoint to fix 'Unknown error' blockage See https://github.com/iv-org/invidious/issues/1319#issuecomment-671732646 --- youtube/templates/channel.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'youtube/templates') 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; -- cgit v1.2.3