From 859814a17b91fd5f6e8a1708707458a61623810c Mon Sep 17 00:00:00 2001 From: Alojz Jakob Date: Wed, 30 Sep 2020 02:21:17 +0200 Subject: [PATCH] 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 --- ui/scss/component/_channel.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/scss/component/_channel.scss b/ui/scss/component/_channel.scss index 76654afe3..04a8314de 100644 --- a/ui/scss/component/_channel.scss +++ b/ui/scss/component/_channel.scss @@ -87,7 +87,6 @@ $metadata-z-index: 1; .channel-thumbnail__custom { width: 100%; object-fit: cover; - background-color: var(--color-thumbnail-background); } .channel-thumbnail__default {