From 6864ec843cce6286d5f1b2133c96487ac32d0d91 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 2 Jul 2018 18:18:04 -0700 Subject: fix playlist thumbnail --- youtube/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/shared.css') 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; -- cgit v1.2.3