aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/channel.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-07 23:06:25 -0500
committerJesús <heckyel@hyperbola.info>2021-01-07 23:06:25 -0500
commitd899bc2df575a9e1ace0bed9c03143c95b09ee6d (patch)
tree868da3e8005a8ae24877fc19a1b0581ce45a0540 /youtube/static/channel.css
parent5329ecfd08af2c5a89836ef4e937632196a3fc40 (diff)
downloadyt-local-d899bc2df575a9e1ace0bed9c03143c95b09ee6d.tar.lz
yt-local-d899bc2df575a9e1ace0bed9c03143c95b09ee6d.tar.xz
yt-local-d899bc2df575a9e1ace0bed9c03143c95b09ee6d.zip
General theme: improve thumbnail-img
Diffstat (limited to 'youtube/static/channel.css')
-rw-r--r--youtube/static/channel.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/youtube/static/channel.css b/youtube/static/channel.css
index ed7fdbe..23467a8 100644
--- a/youtube/static/channel.css
+++ b/youtube/static/channel.css
@@ -321,6 +321,7 @@ hr {
left: 0;
top: 0;
object-fit: cover;
+ background-color: var(--primary-background);
}
.length {
@@ -356,13 +357,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;