From 632fd3dfe351680fb190a563ca2acc60926b162d Mon Sep 17 00:00:00 2001
From: Cantuerk <21caog1bif@hft-stuttgart.de>
Date: Sun, 5 Jan 2025 17:02:02 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index bf4b17e..7ef89c1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -183,7 +183,7 @@
       background: #1e1e1e;
       box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.8);
       color: white;
-      width: 100%;
+      width: 100vw;
       height: 200px;
       z-index: 20;
       overflow-y: auto;
@@ -192,7 +192,7 @@
     }
 
     #dynamic-menu input[type="range"] {
-      width: calc(100% - 40px);
+      width: calc(100% - 20px);
       margin: 10px 0;
       background: #3a3a3a;
       border-radius: 5px;
-- 
GitLab