-
Notifications
You must be signed in to change notification settings - Fork 361
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
Block canvas: comment block #6109
Conversation
I haven't added screenshots because I found some bugs in Block Canvas that I'll be fixing in a follow up PR |
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.
Font size slightly increased for the comment author
, comment date
and reply link
from 15.75px
=> 18px
in comments block, where as other links such as post category
and post date
are at 14px
.
We will have to bring both to same size.
Everything else LGTM!
9ae8c58
to
8a4d193
Compare
Great catch! I was using the same variables as Blockbase and those weren't working. Bad copy paste, bad! |
This just needs a green check, should be good to go |
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.
Looking good to me, and the latest changes fix @madhusudhand's comment ✅
This replicates the changes done on Blockbase in #5833 to Block Canvas as well so our new themes use the new block too
Edit: I rebased to pick up the Block canvas fixes and this is what it looks like