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:
parent
c4a0b388ae
commit
f91bf677ff
1 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue