Skip to content

Commit

Permalink
Dara: Fix TikTok Embed Block (#7481)
Browse files Browse the repository at this point in the history
* Dara: Fix TikTok Embed Block

* Target videos only
  • Loading branch information
Aurorum authored Jan 18, 2024
1 parent 1beb2f7 commit c1d76ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dara/blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------------*/
Expand Down

0 comments on commit c1d76ae

Please sign in to comment.