This commit is contained in:
cay 2026-04-10 11:32:08 +01:00
parent a9a4a1f4c8
commit 4c620e82ab
2 changed files with 2 additions and 6 deletions

View File

@ -184,7 +184,7 @@ body {
#game-chat { #game-chat {
position: fixed; position: fixed;
left: 20px; left: 20px;
bottom: 20px; bottom: 30px;
width: 250px; width: 250px;
height: 300px; height: 300px;
background: linear-gradient(#2b2115, #1a140d); background: linear-gradient(#2b2115, #1a140d);

View File

@ -1,12 +1,10 @@
/* ========================= /* =========================
Quick Menu Panel Quick Menu Panel
========================= */ ========================= */
#quickmenu-panel { #quickmenu-panel {
position: fixed; position: fixed;
bottom: 20px; bottom: 30px;
left: 50%; left: 50%;
z-index: 1999; z-index: 1999;
@ -25,8 +23,6 @@
transform: translateX(-50%); transform: translateX(-50%);
} }
/* ========================= /* =========================
Einzelne Slots Einzelne Slots
========================= */ ========================= */