Skip to content
Snippets Groups Projects
Commit 7fca645f authored by CosineSky's avatar CosineSky
Browse files

- Added volumn control.

parent 46ca901f
No related branches found
No related tags found
No related merge requests found
......@@ -854,6 +854,10 @@ let playFromLeftBarAlbum = ref(null);
</div>
</div>
</div>
<div class="volumn-control-playing" style="display: flex; flex-direction: row; align-items: center">
<h1 style="margin: 0">🔈</h1>
<input v-model="volumn" type="range" id="volumeControl" min="0" max="1" step="0.01">
</div>
<div class="corner-buttons">
<button @click="toggleLyrics" class="corner-button">
<span v-if="isLyricsDisplaying" style="text-decoration: underline">A</span>
......@@ -1881,6 +1885,12 @@ html, body {
font-size: 1rem;
}
.volumn-control-playing {
position: absolute;
bottom: 20px;
right: 200px;
}
.corner-buttons {
position: absolute;
bottom: 20px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment