From 3dd6c325f57a9a21c627964ab94cb1a8efd1620f Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Mon, 4 May 2026 16:24:11 +0000 Subject: [PATCH] preloader: shrink splash image to 64px Co-Authored-By: Claude Opus 4.7 (1M context) --- jey_theme/public/css/shared.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jey_theme/public/css/shared.css b/jey_theme/public/css/shared.css index 03ec351..7dd3d15 100644 --- a/jey_theme/public/css/shared.css +++ b/jey_theme/public/css/shared.css @@ -7,8 +7,8 @@ by Frappe once the desk boots, so this only shows during page load. */ .splash img { content: url("/assets/jey_theme/images/preloader.png"); - max-width: 96px !important; - width: 96px !important; + max-width: 64px !important; + width: 64px !important; height: auto; }