Resize artist profile link in SongItem by changing flex items alignment

This commit is contained in:
Denevola 2022-09-14 19:46:27 +02:00
parent fcc3d455c6
commit 5cc12f3f30

View file

@ -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 {