diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-07-22 01:01:27 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-07-22 01:01:27 -0700 |
commit | dfbe29355ff4c2dd106efb5acb9240e5292b0f08 (patch) | |
tree | 18fc1dee6d47a0c5110b42a5c0e959df11a73a71 /youtube | |
parent | 80b325a22561758c4ef93e8d8a0c29db9de703bd (diff) | |
download | yt-local-dfbe29355ff4c2dd106efb5acb9240e5292b0f08.tar.lz yt-local-dfbe29355ff4c2dd106efb5acb9240e5292b0f08.tar.xz yt-local-dfbe29355ff4c2dd106efb5acb9240e5292b0f08.zip |
Channel: fix oversized thumbnails in firefox quantum
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/templates/channel.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 %} |