Skip to content

Commit

Permalink
#1 Добавил ползунку громкости min,max,step-any
Browse files Browse the repository at this point in the history
  • Loading branch information
cherja committed May 10, 2018
1 parent 2e16b3f commit 90828fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="player-volume">
<img class="player-volume__less" src="./assets/img/less-volume.svg">
<img class="player-volume__more" src="./assets/img/more-volume.svg">
<input class="player-volume__slider" type="range">
<input class="player-volume__slider" type="range" min="0" max="100" step="any">
</div>
<button class="player-telegram">
<span>Telegram</span>
Expand Down

0 comments on commit 90828fe

Please sign in to comment.