mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
[web-src] Fix cover artwork shadow clipped off
This commit is contained in:
parent
1ff0b36c76
commit
1aa401f024
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user