diff --git a/src/components/playlists/PlaylistCard.vue b/src/components/playlists/PlaylistCard.vue index 7a081435..931868e2 100644 --- a/src/components/playlists/PlaylistCard.vue +++ b/src/components/playlists/PlaylistCard.vue @@ -4,12 +4,18 @@ :playlist="props.playlist" class="p-card rounded" > +
+
+
+ +
{{ props.playlist.name }}
@@ -25,33 +31,59 @@ diff --git a/src/components/shared/PlayBtn.vue b/src/components/shared/PlayBtn.vue index faf18ca2..917f222c 100644 --- a/src/components/shared/PlayBtn.vue +++ b/src/components/shared/PlayBtn.vue @@ -1,23 +1,25 @@ - + diff --git a/src/components/shared/PlayBtnRect.vue b/src/components/shared/PlayBtnRect.vue index c04fbfd4..90857423 100644 --- a/src/components/shared/PlayBtnRect.vue +++ b/src/components/shared/PlayBtnRect.vue @@ -55,7 +55,7 @@ function play() { cursor: pointer; background: linear-gradient(34deg, $accent, $red); user-select: none; - transition: all 0.5s ease; + transition: all 0.5s ease-in-out; .icon { height: 2rem;