Skip to content

Commit

Permalink
Merge pull request #3085 from RustyNova016/gaps_arround_sorter
Browse files Browse the repository at this point in the history
fix: rearranged the gaps arround the playlist sorter button
  • Loading branch information
anshg1214 authored Dec 19, 2024
2 parents 9250216 + e26522a commit 915f681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/css/playlists.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#playlists-container {
display: flex;
flex-wrap: wrap;
padding-top: 1.5em;
padding-top: 1em;

.playlist {
margin: 0.5em;
Expand Down Expand Up @@ -142,4 +142,5 @@
display: flex;
align-items: center;
gap: 1rem;
margin-top: 0.8em;
}

0 comments on commit 915f681

Please sign in to comment.