Private
Public Access
1
0

refine asset scaling and labeling: adjust scaling logic, introduce label display, and update CSS and animation styles
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m0s

This commit is contained in:
Sebastian Unterschütz
2026-04-22 20:49:38 +02:00
parent be76d025da
commit b7043b017f
3 changed files with 27 additions and 17 deletions

View File

@@ -302,8 +302,6 @@ input[type=range]{width:100%;max-width:300px}
.presi-asset img {
display: block;
max-height: 80px; /* Limit height */
width: auto;
object-fit: contain;
filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5));
}