This commit is contained in:
cay 2026-03-30 15:25:15 +01:00
parent 477820146b
commit 59e151158b

View File

@ -4,8 +4,8 @@
#quickmenu-toggle { #quickmenu-toggle {
position: fixed; position: fixed;
top: 140px; bottom: 130px;
left: 10px; left: 430px;
z-index: 2000; z-index: 2000;
width: 36px; width: 36px;
@ -38,15 +38,15 @@
#quickmenu-panel { #quickmenu-panel {
position: fixed; position: fixed;
top: 186px; bottom: 20px;
left: 10px; left: 430px;
z-index: 1999; z-index: 1999;
display: grid; display: grid;
grid-template-columns: repeat(3, 90px); grid-template-columns: repeat(5, 80px);
gap: 8px; gap: 6px;
padding: 10px; padding: 8px;
background: transparent; background: transparent;
@ -68,8 +68,8 @@
========================= */ ========================= */
.qm-slot { .qm-slot {
width: 100px; width: 80px;
height: 100px; height: 80px;
position: relative; position: relative;
background: linear-gradient(145deg, #3a2810, #1a0f04); background: linear-gradient(145deg, #3a2810, #1a0f04);
@ -103,15 +103,15 @@
} }
.qm-slot img { .qm-slot img {
width: 62px; width: 48px;
height: 62px; height: 48px;
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));
} }
.qm-slot-label { .qm-slot-label {
font-family: "Cinzel", serif; font-family: "Cinzel", serif;
font-size: 12px; font-size: 10px;
font-weight: bold; font-weight: bold;
color: #e7d9b4; color: #e7d9b4;
text-align: center; text-align: center;