diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-08 11:43:57 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-08 11:43:57 -0500 |
commit | 7cb6c94879eaa79c8d396982f08ac56ded681f50 (patch) | |
tree | 4ecc6b209e42d904a1c5c36c34dbe8210953a0db /youtube/static | |
parent | d899bc2df575a9e1ace0bed9c03143c95b09ee6d (diff) | |
download | yt-local-7cb6c94879eaa79c8d396982f08ac56ded681f50.tar.lz yt-local-7cb6c94879eaa79c8d396982f08ac56ded681f50.tar.xz yt-local-7cb6c94879eaa79c8d396982f08ac56ded681f50.zip |
General theme: improve thumbnail in channel
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/search.css | 3 |
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; } |