preloader: shrink splash image to 64px
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
59b1b7f0f1
commit
3dd6c325f5
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue