diff --git a/changes/changelog.d/680.bugfix b/changes/changelog.d/680.bugfix
new file mode 100644
index 0000000000000000000000000000000000000000..ebe4636ee9b95a64f582d033e050c0b56492e711
--- /dev/null
+++ b/changes/changelog.d/680.bugfix
@@ -0,0 +1 @@
+Set correct size for album covers in playlist cards (#680)
diff --git a/front/src/components/playlists/Card.vue b/front/src/components/playlists/Card.vue
index a8e5c149a5efb37aa8ba5c2ba76279ce444ad512..39b8a583fc6b7e7c2cc478f21315ec3eab795092 100644
--- a/front/src/components/playlists/Card.vue
+++ b/front/src/components/playlists/Card.vue
@@ -88,5 +88,6 @@ export default {
   /* background-position: 0 0, 25% 0, 50% 0, 75% 0, 100% 0; */
   font-size: 4em;
   box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset !important;
+  padding: unset;
 }
 </style>