From 87fd816335e7a8df1d98452e52950bca411c872a Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 2 Jan 2023 21:42:34 +1300 Subject: [PATCH] Source icon top-left - Matches Spotify artwork, which we hide when it is burned-in on the image - Consistent across all providers now --- src/scss/components/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/components/_grid.scss b/src/scss/components/_grid.scss index 899c3092..ab544217 100755 --- a/src/scss/components/_grid.scss +++ b/src/scss/components/_grid.scss @@ -59,7 +59,7 @@ .source { position: absolute; top: 10px; - right: 10px; + left: 10px; padding: 0; font-size: 1.5rem;