Thumb Background Fix
On some cards, the background would expose itself when the app was being resized.
This commit is contained in:
parent
a6f8d3af5b
commit
17d29bb83a
1 changed files with 1 additions and 1 deletions
|
@ -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'] & {
|
||||
|
|
Loading…
Reference in a new issue