Dara: Fix TikTok Embed Block (#7481)
* Dara: Fix TikTok Embed Block * Target videos only
This commit is contained in:
parent
1beb2f75c5
commit
c1d76aeeb5
1 changed files with 10 additions and 0 deletions
|
@ -191,6 +191,16 @@ blockquote cite {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
/* Embed */
|
||||
|
||||
.wp-block-embed.is-type-video blockquote {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wp-block-embed.is-type-video blockquote:before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
3.0 Blocks - Formatting Blocks
|
||||
--------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue