preloader: shrink splash image to 96px
Was rendering ~200px (matching Frappe's inline max-width), which felt too large on smaller screens. Override with !important since the template uses inline styling. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0753a36275
commit
59b1b7f0f1
|
|
@ -7,7 +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: 200px;
|
||||
max-width: 96px !important;
|
||||
width: 96px !important;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue