From dfbe29355ff4c2dd106efb5acb9240e5292b0f08 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 22 Jul 2019 01:01:27 -0700 Subject: Channel: fix oversized thumbnails in firefox quantum --- youtube/templates/channel.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'youtube/templates') diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html index 734769d..ffcf793 100644 --- a/youtube/templates/channel.html +++ b/youtube/templates/channel.html @@ -70,6 +70,9 @@ min-width: 0; } + .medium-item img{ + max-width: 168px; + } {% endblock style %} {% block main %} -- cgit v1.2.3