mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
Fix audio card player button alignment
This commit is contained in:
parent
3f70e3f204
commit
fc4d8d7de0
@ -86,7 +86,7 @@
|
||||
}
|
||||
|
||||
.kg-audio-hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.kg-audio-play-icon svg,
|
||||
@ -180,6 +180,8 @@
|
||||
}
|
||||
|
||||
.kg-player-container button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user