0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed title editing not working on audio card

refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
Rishabh 2021-12-09 00:38:19 +05:30
parent 4df58bb022
commit 69b06c49d2

View file

@ -2066,7 +2066,6 @@ button.emoji-picker__category-button.active {
flex-direction: column;
justify-content: space-between;
width: 100%;
pointer-events: none;
}
.kg-audio-title {
@ -2088,6 +2087,7 @@ button.emoji-picker__category-button.active {
flex-grow: 1;
align-items: center;
padding: 8px 12px;
pointer-events: none;
}
.kg-audio-current-time {