Make `<audio>` elements in playlists responsive.
See #27625. Built from https://develop.svn.wordpress.org/trunk@27894 git-svn-id: http://core.svn.wordpress.org/trunk@27725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc5effa8cc
commit
7aaa878a6f
|
@ -74,6 +74,8 @@
|
||||||
|
|
||||||
.wp-playlist audio {
|
.wp-playlist audio {
|
||||||
display: none;
|
display: none;
|
||||||
|
max-width: 100%;
|
||||||
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-playlist .mejs-container {
|
.wp-playlist .mejs-container {
|
||||||
|
|
Loading…
Reference in New Issue