From 17d29bb83a88e7d37032a15bf84c49a3e21baf95 Mon Sep 17 00:00:00 2001 From: Electron - Mark Firth Date: Tue, 15 Jan 2019 23:20:08 +1000 Subject: [PATCH] Thumb Background Fix On some cards, the background would expose itself when the app was being resized. --- src/renderer/scss/component/_media.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/scss/component/_media.scss b/src/renderer/scss/component/_media.scss index e9bd69aa5..4a65d6ef9 100644 --- a/src/renderer/scss/component/_media.scss +++ b/src/renderer/scss/component/_media.scss @@ -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'] & {