From 0d3756bb2b8559cf9838ede01ea6093866d7db67 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 7 Jun 2025 12:38:38 -0700 Subject: [PATCH] New: Updated backdrop scale origin and size on desktop --- Theme/ElegantFin-theme-nightly.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 251da5e..9003d17 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1018,13 +1018,13 @@ html { } to { - transform: scale(1.075); + transform: scale(1.1); opacity: 1; } } .backdropImageFadeIn { - transform-origin: bottom left; + transform-origin: bottom center; animation: animScaleUp 3s ease-out forwards; }