implement wheel scroll on featured artists.

add next-prev buttons too
This commit is contained in:
geoffrey45
2021-12-10 16:10:06 +03:00
parent a96b76748f
commit 43c1f70380
7 changed files with 129 additions and 81 deletions
@@ -6,7 +6,6 @@
>
<div>
<div class="nav-button" id="pinned-button">
<!-- <div class="nav-icon" id="pinned-icon"></div> -->
<span id="text">Quick access</span>
</div>
</div>
@@ -62,7 +61,6 @@ export default {
</script>
<style>
#pinned-container .nav-button {
color: rgba(255, 255, 255, 0.671);
}