mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
Fixed background color for transparent pngs as audio thumbnails
Refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
parent
868ae96100
commit
d8e49cb039
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user