Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vicholp committed Dec 11, 2023
1 parent 7ed0d9f commit b6511a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/pages/player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div
v-if="playerStore.currentTrack.title != null"
:style="`background-image: url(&quot;${playerStore.currentTrack.release.art[250]}&quot;);`"
class="bg-cover rounded-l aspect-square dark:opacity-90"
class="bg-cover rounded-l aspect-1 dark:opacity-90"
/>
<div
v-else
Expand Down

0 comments on commit b6511a8

Please sign in to comment.