mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 22:46:02 -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-width: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
/* Padding matches the drop-shadow size of the image */
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fd-cover-image img {
|
.fd-cover-image img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user