[web] Fix for elongated cover artworks being distorted

Elongated cover artworks were distorted when displayed on album lists.
This commit is contained in:
Alain Nussbaumer 2023-06-11 08:27:45 +02:00
parent bbe29a7a63
commit 36d76d7e3e

View File

@ -159,6 +159,7 @@ section.hero + section.fd-content {
} }
.fd-cover { .fd-cover {
align-items: center;
display: flex; display: flex;
justify-content: center; justify-content: center;
&-small-image { &-small-image {