Skip to content

Commit

Permalink
object cover on image
Browse files Browse the repository at this point in the history
  • Loading branch information
SuspiciousLookingOwl committed Jun 19, 2024
1 parent 18aabc1 commit ac7fdd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const MinimizedNowPlayingController: Component = () => {
const liked = useLikeMediaSource(() => track.mediaSource.id);
return (
<>
<img src={track.mediaSource.maxThumbnailUrl} class="aspect-square" />
<img src={track.mediaSource.maxThumbnailUrl} class="aspect-square object-cover" />
<Button
flat
theme={liked?.isLiked() ? "brand" : "default"}
Expand Down

0 comments on commit ac7fdd3

Please sign in to comment.