mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Refined audio card frontend rendering
Refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
parent
878c9bc944
commit
8c52e001c1
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
box-shadow: inset 0 0 0 1px rgba(124, 139, 154, 0.25);
|
||||
}
|
||||
|
||||
.kg-audio-card+.kg-audio-card {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.kg-audio-thumbnail {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue