mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Resize artist profile link in SongItem by changing flex items alignment
This commit is contained in:
parent
fcc3d455c6
commit
5cc12f3f30
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue