Skip to content

Commit

Permalink
fixed allignment issues with TrackItems (issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyle1 committed Feb 17, 2025
1 parent 256e7a6 commit 97f33c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/track-list/TrackItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,14 @@
gap: 5px;
}
&__rec-by {
flex: $flex-g-s 30%;
flex: $flex-g-s 20%;
}
&__duration {
flex: $flex-g-s 8%;
}
&__activity {
display: flexbox;
flex: $flex-g-s 15%;
justify-content: right;
}
}

0 comments on commit 97f33c5

Please sign in to comment.