0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed disallowed amp class names for audio player

refs https://github.com/TryGhost/Team/issues/1230

- `i-amphtml-media-component` class name is not allowed in amp styles as they are disallowed by amp spec
This commit is contained in:
Rishabh 2021-12-13 22:35:01 +05:30
parent c4a0b388ae
commit f91bf677ff

View file

@ -532,7 +532,7 @@
background: #fff;
border-radius: 5px;
transition: none;
margin: 0 auto;
margin: 0 auto;
}
.kg-nft-metadata {
@ -724,11 +724,6 @@
background: transparent;
}
.i-amphtml-media-component {
width: 100% !important;
max-height: 40px !important;
}
.kg-audio-player {
display: none;
}