mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Updated rendering of audio cards without thumbnail
Refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
parent
726ba687cd
commit
fc8ecc352f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user