diff --git a/public/css/quickmenu.css b/public/css/quickmenu.css index 7d3605d..45df92a 100644 --- a/public/css/quickmenu.css +++ b/public/css/quickmenu.css @@ -68,8 +68,8 @@ ========================= */ .qm-slot { - width: 90px; - height: 90px; + width: 100px; + height: 100px; position: relative; background: linear-gradient(145deg, #3a2810, #1a0f04); @@ -103,8 +103,8 @@ } .qm-slot img { - width: 52px; - height: 52px; + width: 62px; + height: 62px; object-fit: contain; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8)); }