-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Theme: Enhance display of WordPress Playground blocks in lessons
Allow the block to expand to the full width when configured using block settings. Style the embed container. See #2664
- Loading branch information
1 parent
243564a
commit 5080322
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
wp-content/themes/pub/wporg-learn-2024/src/style/_playground.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.wp-block-wordpress-playground-playground .wordpress-playground-content-container { | ||
box-shadow: unset; | ||
border: 1px solid var(--wp--custom--color--border); | ||
border-radius: var(--wp--custom--box--border--radius); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters