Skip to content

Commit

Permalink
Fix videopress border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jul 19, 2024
1 parent 66a4f51 commit 14bb147
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@ input:not([type=submit]):focus-visible {

/* VideoPress */

.wp-block-jetpack-videopress iframe {
display: block;
border-radius: var(--wp--preset--spacing--20);
}

.wp-block-jetpack-videopress {
/* CSS in third party blocks is not supported yet — https://github.com/WordPress/gutenberg/issues/48439 */
margin-top: var(--wp--preset--spacing--30);
Expand Down

0 comments on commit 14bb147

Please sign in to comment.