Fixed background color for transparent pngs as audio thumbnails

Refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
Sanne de Vries 2021-12-13 11:10:11 +01:00
parent 868ae96100
commit d8e49cb039

View File

@ -12,13 +12,17 @@
width: 80px;
min-width: 80px;
margin: 8px;
background: var(--ghost-accent-color);
background: transparent;
object-fit: cover;
aspect-ratio: 1/1;
border-radius: 3px;
}
.kg-audio-thumbnail svg {
.kg-audio-thumbnail.placeholder {
background: var(--ghost-accent-color);
}
.kg-audio-thumbnail.placeholder svg {
width: 24px;
height: 24px;
fill: white;