mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
fix?
This commit is contained in:
+1
-1
@@ -21,6 +21,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<button class="playbutton">Start / Stop</button>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user