diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-02 18:18:04 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-02 18:18:04 -0700 |
commit | 6864ec843cce6286d5f1b2133c96487ac32d0d91 (patch) | |
tree | 8f6f50b0bee235a3fa4c28e2210e36226defb663 /youtube/shared.css | |
parent | 79937c1c823f998a1d6bb324901fd13b483b3607 (diff) | |
download | yt-local-6864ec843cce6286d5f1b2133c96487ac32d0d91.tar.lz yt-local-6864ec843cce6286d5f1b2133c96487ac32d0d91.tar.xz yt-local-6864ec843cce6286d5f1b2133c96487ac32d0d91.zip |
fix playlist thumbnail
Diffstat (limited to 'youtube/shared.css')
-rw-r--r-- | youtube/shared.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/shared.css b/youtube/shared.css index 2ea511a..c7c914a 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -232,7 +232,7 @@ address{ /* ---Thumbnails for playlists---- */ .playlist-thumbnail-box{ grid-column:1; - grid-row:1 / span 5; + grid-row:1 / span 6; display:grid; grid-template-columns: 3fr 2fr; |