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