Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Nov 4, 2024
1 parent a343bdc commit 182e40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/controls/Player.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Player = ({ activePlaylist, activeTrack, setActiveTrack, audioRef, customP
{
src: activeTrack.show_cover_art_urls.medium,
sizes: "256x256",
type: "image/png",
type: "image/jpeg",
}
]
});
Expand Down
1 change: 1 addition & 0 deletions app/javascript/stylesheets/player.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ main.with-player {
width: 48px !important;
flex-shrink: 0;
margin-right: 0.6rem;
background-color: transparent;

.cover-art-small {
width: 48px;
Expand Down

0 comments on commit 182e40c

Please sign in to comment.