aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-08 11:43:57 -0500
committerJesús <heckyel@hyperbola.info>2021-01-08 11:43:57 -0500
commit7cb6c94879eaa79c8d396982f08ac56ded681f50 (patch)
tree4ecc6b209e42d904a1c5c36c34dbe8210953a0db
parentd899bc2df575a9e1ace0bed9c03143c95b09ee6d (diff)
downloadyt-local-7cb6c94879eaa79c8d396982f08ac56ded681f50.tar.lz
yt-local-7cb6c94879eaa79c8d396982f08ac56ded681f50.tar.xz
yt-local-7cb6c94879eaa79c8d396982f08ac56ded681f50.zip
General theme: improve thumbnail in channel
-rw-r--r--youtube/static/search.css3
1 files changed, 3 insertions, 0 deletions
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;
}