Updated rendering of audio cards without thumbnail

Refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
Sanne de Vries 2021-12-09 09:14:01 +00:00
parent 726ba687cd
commit fc8ecc352f

View File

@ -6,13 +6,24 @@
}
.kg-audio-thumbnail {
display: flex;
justify-content: center;
align-items: center;
width: 80px;
min-width: 80px;
margin: 8px;
background: var(--ghost-accent-color);
object-fit: cover;
aspect-ratio: 1/1;
border-radius: 3px;
}
.kg-audio-thumbnail svg {
width: 24px;
height: 24px;
fill: white;
}
.kg-player-container {
position: relative;
display: flex;