From a7096691dcffe1e471c354b9b844c3b3f2d2596e Mon Sep 17 00:00:00 2001
From: Cantuerk <21caog1bif@hft-stuttgart.de>
Date: Thu, 16 Jan 2025 18:13:05 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

diff --git a/public/index.html b/public/index.html
index b1cb3ad..8686486 100644
--- a/public/index.html
+++ b/public/index.html
@@ -183,16 +183,16 @@
       display: flex;
       flex-direction: column;
       align-items: center;
-      justify-content: space-around;
+      justify-content: center;
+      gap: 20px;
       background: #1e1e1e;
       box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.8);
       color: white;
       width: 100vw;
-      height: 220px;
+      height: 200px;
       z-index: 20;
       overflow-y: auto;
-      padding: 15px;
-      border-radius: 12px;
+      border-radius: 8px;
     }
 
 
@@ -213,18 +213,6 @@
       border-radius: 50%;
       cursor: pointer;
     }
-
-    #dynamic-menu input[type="range"]::-webkit-slider-runnable-track {
-      height: 8px;
-      background: #666;
-      border-radius: 5px;
-    }
-
-    #dynamic-menu input[type="range"]::-moz-range-track {
-      height: 8px;
-      background: #666;
-      border-radius: 5px;
-    }
   </style>
   <script src="https://unpkg.com/three@0.126.0/build/three.js"></script>
   <script src="https://unpkg.com/three@0.126.0/examples/js/loaders/GLTFLoader.js"></script>
@@ -388,7 +376,7 @@
         file: "https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/telephone_box_model/scene.gltf",
         scale: { x: 0.5, y: 0.5, z: 0.5 },
         minScale: 0.05,
-        maxScale: 2
+        maxScale: 1
       },
       fire_hydrant_model: {
         name: "Fire Hydrant",
@@ -418,9 +406,9 @@
         name: "Lantern",
         image: "previewImages/lantern.jpg",
         file: "https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models/Lantern/glTF/Lantern.gltf",
-        scale: { x: 0.1, y: 0.1, z: 0.1 },
+        scale: { x: 0.15, y: 0.15, z: 0.15 },
         minScale: 0.05,
-        maxScale: 0.5
+        maxScale: 0.3
       }
     };
 
-- 
GitLab