Commit 632fd3df authored by Cantuerk's avatar Cantuerk
Browse files

Update public/index.html

parent fb9f0040
Showing with 2 additions and 2 deletions
+2 -2
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
background: #1e1e1e; background: #1e1e1e;
box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.8); box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.8);
color: white; color: white;
width: 100%; width: 100vw;
height: 200px; height: 200px;
z-index: 20; z-index: 20;
overflow-y: auto; overflow-y: auto;
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
} }
#dynamic-menu input[type="range"] { #dynamic-menu input[type="range"] {
width: calc(100% - 40px); width: calc(100% - 20px);
margin: 10px 0; margin: 10px 0;
background: #3a3a3a; background: #3a3a3a;
border-radius: 5px; border-radius: 5px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment