Switch to mobile api endpoint to fix 'Unknown error' blockage

See https://github.com/iv-org/invidious/issues/1319#issuecomment-671732646
This commit is contained in:
James Taylor
2020-08-11 21:09:59 -07:00
parent fa61874f97
commit 8e12551471
3 changed files with 65 additions and 42 deletions

View File

@@ -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;