preloader: shrink splash image to 64px

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ali 2026-05-04 16:24:11 +00:00
parent 59b1b7f0f1
commit 3dd6c325f5
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}