static: add symbols next to volume slider
This commit is contained in:
parent
9f568251cc
commit
468b35f791
2 changed files with 13 additions and 1 deletions
|
@ -49,7 +49,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="volume-control">
|
||||
<button class="borderless-button">🔉</button> <!-- 🔉 Speaker with sound wave -->
|
||||
<input id="volume" name="volume" type="range" min="1" max="100" value="50">
|
||||
<button class="borderless-button">🔊</button> <!-- 🔊 Speaker with sound waves -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="track-info">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue