diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-01-10 09:34:14 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-01-10 09:34:14 -0800 |
commit | a677b47c4a6dec3b0b214a8d935ada251bd2ee4a (patch) | |
tree | 7f57a1bc8fbec895ac8dc4f3aeed5c008f637f3d /youtube | |
parent | 113c75801a763a11bd4da76b62b00b3a129c1050 (diff) | |
download | yt-local-a677b47c4a6dec3b0b214a8d935ada251bd2ee4a.tar.lz yt-local-a677b47c4a6dec3b0b214a8d935ada251bd2ee4a.tar.xz yt-local-a677b47c4a6dec3b0b214a8d935ada251bd2ee4a.zip |
Fix display of movie thumbnails in related videos
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/static/shared.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css index 973f1db..41dd344 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -230,6 +230,7 @@ body{ margin: auto; display: block; max-height: 100%; + max-width: 100%; } .horizontal-item-box .thumbnail-img{ height: 100%; |