From 5cc12f3f30596ac1793930e47a405345bb25d472 Mon Sep 17 00:00:00 2001 From: Denevola Date: Wed, 14 Sep 2022 19:46:27 +0200 Subject: [PATCH] Resize artist profile link in SongItem by changing flex items alignment --- src/components/SongItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SongItem.vue b/src/components/SongItem.vue index 997b038..099c96d 100644 --- a/src/components/SongItem.vue +++ b/src/components/SongItem.vue @@ -113,7 +113,7 @@ onMounted(() => { span.content { padding: 1rem; flex-direction: column; - align-items: initial; + align-items: flex-start; flex-basis: calc(calc(100% - 120px) - 4rem); } span.bi-three-dots-vertical {