update quickmenue footer

This commit is contained in:
Cay 2026-03-17 10:12:50 +00:00
parent a4e096d174
commit c1d4959db1

View File

@ -68,8 +68,8 @@
========================= */ ========================= */
.qm-slot { .qm-slot {
width: 90px; width: 100px;
height: 90px; height: 100px;
position: relative; position: relative;
background: linear-gradient(145deg, #3a2810, #1a0f04); background: linear-gradient(145deg, #3a2810, #1a0f04);
@ -103,8 +103,8 @@
} }
.qm-slot img { .qm-slot img {
width: 52px; width: 62px;
height: 52px; height: 62px;
object-fit: contain; object-fit: contain;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8)); filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
} }