-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blockbase: Add post-meta template part #4565
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
dd9509e
Blockbase: add post-meta template part
mikachan f85b21c
Blockbase: add post-tag icon
mikachan 0f0ee72
Blockbase: remove tags from post meta
mikachan d2633c4
Blockbase: add post tags to post meta
mikachan 604c4c9
Blockbase: add post tag SVG from Seedlet
mikachan ec17fde
Blockbase: remove separator from post meta
mikachan f843200
Blockbase: add spacer above post comments block
mikachan babed04
Seedlet Blocks: add post tags to post meta
mikachan 9178038
Blockbase: enable blockGap & set gap size for all children
mikachan 7341c6f
Merge branch 'trunk' into add/blockbase-post-meta
mikachan 01acd6c
Blockbase children: sync up child-theme.json files
mikachan 2e2a1a2
Blockbase children: change gap size to GB default of 0.5em
mikachan 88fe587
Blockbase & co: use gap baseline across BB & all children
mikachan cda1fc1
Blockbase: add row-gap value to post-meta
mikachan b3b5683
Skatepark: remove gap value
mikachan 3f6bbe7
Blockbase: add comment next to use of !important
mikachan 1d45572
Blockbase: add link to GB issue around block gaps
mikachan 14339d4
Merge branch 'trunk' into add/blockbase-post-meta
mikachan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to link the GB issue that suggests different vertical and horizontal block gaps, so we can remove this when that gets fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah good idea, will sort this now