From d899bc2df575a9e1ace0bed9c03143c95b09ee6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 7 Jan 2021 23:06:25 -0500 Subject: General theme: improve thumbnail-img --- youtube/static/playlist.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'youtube/static/playlist.css') diff --git a/youtube/static/playlist.css b/youtube/static/playlist.css index fef3533..ecae3c1 100644 --- a/youtube/static/playlist.css +++ b/youtube/static/playlist.css @@ -301,6 +301,7 @@ hr { left: 0; top: 0; object-fit: cover; + background-color: var(--primary-background); } .length { @@ -336,13 +337,6 @@ hr { text-transform: none; } -.thumbnail-img { - margin: auto; - display: block; - max-height: 100%; - max-width: 100%; -} - .info-box { grid-area: info-box; display: grid; -- cgit v1.2.3