From 17ed47774a7c539008a72892dd92036b8134b7ad Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Fri, 3 Dec 2021 17:51:00 -0800 Subject: [PATCH] changes to artwork bg --- resources/cider-ui-tests/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/cider-ui-tests/style.css b/resources/cider-ui-tests/style.css index 138c36d0..9a5622ee 100644 --- a/resources/cider-ui-tests/style.css +++ b/resources/cider-ui-tests/style.css @@ -113,11 +113,12 @@ body[loading] { height: 100%; background: var(--artwork); z-index: -1; - background-size: cover; - background-position: center; + object-fit: cover; + object-position: center; filter: blur(60px) saturate(180%); opacity: 0.70; transition: opacity .25s var(--appleEase); + pointer-events: none; }