Remove background color from img.channel-thumbnail__custom
Many of the creators including myself use transparency to achieve some effect. We all love PNGs and GIFs, so please dont shoot in your leg by limiting creative potential :) For example: you can see the effect here, you can inspect lement and remove background color from channel "profile image": https://lbry.tv/@LBRYlytics:4
This commit is contained in:
parent
b5dd996bae
commit
859814a17b
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ $metadata-z-index: 1;
|
||||||
.channel-thumbnail__custom {
|
.channel-thumbnail__custom {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-color: var(--color-thumbnail-background);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.channel-thumbnail__default {
|
.channel-thumbnail__default {
|
||||||
|
|
Loading…
Reference in a new issue