General theme: improve thumbnail in channel

This commit is contained in:
Jesús 2021-01-08 11:43:57 -05:00
parent d899bc2df5
commit 7cb6c94879
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -302,6 +302,9 @@ hr {
}
.item-video.channel-item .thumbnail.channel {
display: flex;
justify-content: center;
align-items: center;
padding: 0px;
text-align: center;
}