Skip to content

Commit

Permalink
Improve 'Create new playlist' button look
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Jan 1, 2025
1 parent 3e794aa commit d354002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/main/getMusics.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ function displayPlaylists(playlists, id, filter) {
html += `
<div id="new-playlist" class="song card requires-admin ${isLoggedIn() ? "" : "is-hidden"}">
<div class="card-content has-text-centered">
<div class="is-flex is-flex-wrap-wrap is-gap-0 playlist-img-container card-image"></div>
<p>
Create new playlist
</p>
Expand Down

0 comments on commit d354002

Please sign in to comment.