diff --git a/public/css/launcher.css b/public/css/launcher.css index e9873e3..3cddf62 100644 --- a/public/css/launcher.css +++ b/public/css/launcher.css @@ -184,7 +184,7 @@ body { #game-chat { position: fixed; left: 20px; - bottom: 20px; + bottom: 30px; width: 250px; height: 300px; background: linear-gradient(#2b2115, #1a140d); diff --git a/public/css/quickmenu.css b/public/css/quickmenu.css index 0df9a31..cfc1256 100644 --- a/public/css/quickmenu.css +++ b/public/css/quickmenu.css @@ -1,12 +1,10 @@ - - /* ========================= Quick Menu Panel ========================= */ #quickmenu-panel { position: fixed; - bottom: 20px; + bottom: 30px; left: 50%; z-index: 1999; @@ -25,8 +23,6 @@ transform: translateX(-50%); } - - /* ========================= Einzelne Slots ========================= */