mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fix audio card player button alignment
This commit is contained in:
parent
3f70e3f204
commit
fc4d8d7de0
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue