mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
04f631f232
The npm packages needed updating for 6.4 to the latest. Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski Fixes #59411 Built from https://develop.svn.wordpress.org/trunk@56710 git-svn-id: http://core.svn.wordpress.org/trunk@56222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
19 lines
314 B
CSS
19 lines
314 B
CSS
.wp-block-video{
|
|
box-sizing:border-box;
|
|
}
|
|
.wp-block-video video{
|
|
vertical-align:middle;
|
|
width:100%;
|
|
}
|
|
@supports (position:sticky){
|
|
.wp-block-video [poster]{
|
|
object-fit:cover;
|
|
}
|
|
}
|
|
.wp-block-video.aligncenter{
|
|
text-align:center;
|
|
}
|
|
.wp-block-video figcaption{
|
|
margin-bottom:1em;
|
|
margin-top:.5em;
|
|
} |