From 7cb6c94879eaa79c8d396982f08ac56ded681f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 8 Jan 2021 11:43:57 -0500 Subject: General theme: improve thumbnail in channel --- youtube/static/search.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'youtube') diff --git a/youtube/static/search.css b/youtube/static/search.css index 2c8c5cd..c224a37 100644 --- a/youtube/static/search.css +++ b/youtube/static/search.css @@ -302,6 +302,9 @@ hr { } .item-video.channel-item .thumbnail.channel { + display: flex; + justify-content: center; + align-items: center; padding: 0px; text-align: center; } -- cgit v1.2.3