Thumb Background Fix

On some cards, the background would expose itself when the app was being resized.
This commit is contained in:
Electron - Mark Firth 2019-01-15 23:20:08 +10:00 committed by Sean Yesmunt
parent a6f8d3af5b
commit 17d29bb83a

View file

@ -396,7 +396,7 @@
&:not(.media__thumb--nsfw):not(.media__thumb--placeholder) {
background-color: $lbry-gray-2;
background-position: center;
background-repeat: no-repeat;
background-repeat: repeat;
background-size: cover;
html[data-theme='dark'] & {