You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
324 B

/**
* For the custom AMP implementation of the 'playlist' shortcode.
*/
.wp-playlist .wp-playlist-current-item img {
margin-left: 0;
}
.wp-playlist .wp-playlist-current-item amp-img {
float: right;
margin-left: 10px;
}
.wp-playlist audio {
display: block;
}
.wp-playlist .amp-carousel-button {
visibility: hidden;
}