This commit is contained in:
cay 2026-04-10 11:30:14 +01:00
parent d163fe21d1
commit a9a4a1f4c8

View File

@ -6,8 +6,8 @@
#quickmenu-panel {
position: fixed;
bottom: 60px;
left: 430px;
bottom: 20px;
left: 50%;
z-index: 1999;
display: grid;
@ -22,7 +22,7 @@
opacity 0.25s ease,
transform 0.25s ease;
opacity: 1;
transform: translateX(0);
transform: translateX(-50%);
}