mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 08:19:19 +02:00
fix?
This commit is contained in:
+1
-1
@@ -21,6 +21,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<button class="playbutton">Start / Stop</button>
|
||||
<input type="range" id="volumeSlider" min="0" max="1" step="0.01" value="1" style="width: 0.5vw;">
|
||||
<input type="range" id="volumeSlider" min="0" max="1" step="0.01" value="1" style="width: 100%; max-width: 500px;">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user