fix: thumbnail issues when resizing

This commit is contained in:
Sean Yesmunt 2019-02-03 23:23:16 -05:00
parent f1f905a621
commit fc57f63911

View file

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