From a4a8e2bf9e8dcbdf087229ba5f9de13a54ea9bcf Mon Sep 17 00:00:00 2001 From: cay Date: Mon, 30 Mar 2026 15:28:13 +0100 Subject: [PATCH] =?UTF-8?q?vh=C3=B6lzh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/quickmenu.css | 42 +++------------------------------------- views/launcher.ejs | 5 ----- 2 files changed, 3 insertions(+), 44 deletions(-) diff --git a/public/css/quickmenu.css b/public/css/quickmenu.css index 7dd1ed1..9a8f323 100644 --- a/public/css/quickmenu.css +++ b/public/css/quickmenu.css @@ -1,36 +1,4 @@ -/* ========================= - Quick Menu Toggle Button -========================= */ -#quickmenu-toggle { - position: fixed; - bottom: 130px; - left: 430px; - z-index: 2000; - - width: 36px; - height: 36px; - - background: rgba(20, 12, 4, 0.75); - border: 2px solid #8b6a3c; - border-radius: 6px; - - color: #f0d9a6; - font-size: 18px; - - cursor: pointer; - display: flex; - align-items: center; - justify-content: center; - - transition: 0.2s; - backdrop-filter: blur(4px); -} - -#quickmenu-toggle:hover { - background: rgba(107, 75, 42, 0.85); - box-shadow: 0 0 10px rgba(200, 160, 60, 0.4); -} /* ========================= Quick Menu Panel @@ -43,7 +11,7 @@ z-index: 1999; display: grid; - grid-template-columns: repeat(5, 80px); + grid-template-columns: repeat(10, 80px); gap: 6px; padding: 8px; @@ -57,11 +25,7 @@ transform: translateX(0); } -#quickmenu-panel.hidden { - opacity: 0; - transform: translateX(-120%); - pointer-events: none; -} + /* ========================= Einzelne Slots @@ -111,7 +75,7 @@ .qm-slot-label { font-family: "Cinzel", serif; - font-size: 10px; + font-size: 12px; font-weight: bold; color: #e7d9b4; text-align: center; diff --git a/views/launcher.ejs b/views/launcher.ejs index eef2645..2bfd60b 100644 --- a/views/launcher.ejs +++ b/views/launcher.ejs @@ -613,11 +613,6 @@ - - -