-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blockbase: Add post-meta template part (#4565)
* Blockbase: add post-meta template part * Blockbase: add post-tag icon * Blockbase: remove tags from post meta * Blockbase: add post tags to post meta * Blockbase: add post tag SVG from Seedlet * Blockbase: remove separator from post meta * Blockbase: add spacer above post comments block * Seedlet Blocks: add post tags to post meta * Blockbase: enable blockGap & set gap size for all children * Blockbase children: sync up child-theme.json files They were all using --wp--custom--margin--vertical instead of --wp--custom--gap--vertical * Blockbase children: change gap size to GB default of 0.5em * Blockbase & co: use gap baseline across BB & all children * Blockbase: add row-gap value to post-meta * Skatepark: remove gap value This is now applied via theme.json (as the same value) * Blockbase: add comment next to use of !important * Blockbase: add link to GB issue around block gaps
- Loading branch information
Showing
15 changed files
with
42 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,8 @@ | ||
<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} --> | ||
<div class="wp-block-group post-meta"> | ||
<!-- wp:post-author {"showAvatar":false,"showBio":false,"fontSize":"tiny"} /--> | ||
<!-- wp:post-date {"fontSize":"tiny","isLink":true} /--> | ||
<!-- wp:post-terms {"term":"category","fontSize":"tiny"} /--> | ||
<!-- wp:post-terms {"term": "post_tag", "fontSize":"tiny"} /--> | ||
</div> | ||
<!-- /wp:group --> |
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
&.wp-block-group { | ||
flex-direction: column; | ||
align-items: start; | ||
gap: .5em; | ||
} | ||
|
||
.wp-block-post-date, | ||
|
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