[web-src] Fix cover artwork shadow clipped off

This commit is contained in:
chme 2020-10-18 07:48:53 +02:00
parent 1ff0b36c76
commit 1aa401f024

View File

@ -151,6 +151,9 @@ section.hero + section.fd-content {
min-width: 0;
min-height: 0;
overflow: hidden;
/* Padding matches the drop-shadow size of the image */
padding: 10px;
}
.fd-cover-image img {