diff options
Diffstat (limited to 'youtube/templates/channel.html')
-rw-r--r-- | youtube/templates/channel.html | 7 |
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; |