From dea106cf474d3c761c7d396a05e512a7beb7b2d0 Mon Sep 17 00:00:00 2001 From: Supra4E8C Date: Sun, 21 Dec 2025 16:58:14 +0800 Subject: [PATCH] fix(splash): preserve logo aspect ratio --- src/components/common/SplashScreen.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/SplashScreen.scss b/src/components/common/SplashScreen.scss index f66e1b1..1bd6b0a 100644 --- a/src/components/common/SplashScreen.scss +++ b/src/components/common/SplashScreen.scss @@ -38,8 +38,8 @@ } .splash-logo { - width: 80px; height: 80px; + width: auto; border-radius: $radius-lg; box-shadow: $shadow-lg; animation: splash-logo-pulse 1.5s ease-in-out infinite;