Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
651 contributions in the last year
Contribution activity
November 2020
Created 33 commits in 1 repository
Created a pull request in WordPress/gutenberg that received 13 comments
Try: System font for vanilla editor styles.
In the older days of the editor, few themes provided editor styles. In order to have contrast between block UI and editor UI, a Serif font was appl…
Opened 15 other pull requests in 2 repositories
WordPress/gutenberg
10
merged
2
open
2
closed
- Try: Move block appender margin to child.
- Try: Update readme screenshot
- Restore gray background.
- Try: fix gray gap.
- Polish custom select menu styles.
- Try: Better social links placeholder.
- Try: Don't wrap menu items.
- Try: Show reduced UI on hover
- Audit variables stylesheet.
- Fix horizontal mover icon position.
- Tweak some menu items.
- Try: Use placeholder state to ensure legibility of quote block citation
- Try: Use currentColor to design quote blocks
- Provide a minimum of code wrapping for the code block.
Automattic/block-experiments
1
open
Reviewed 17 pull requests in 1 repository
WordPress/gutenberg 17 pull requests
- Simplify CSS for the code block
- Site Editor: fix app header on small-medium screens
- Revert "Try: Move block appender margin to child."
- Adds back in icon and title for gallery block
- Reduces margin on placeholder for media
- Decrease scrim when in a modal overlay
- Reveal block boundaries on hover in the Site Editor
- Fix Separator editor styles
- Updates placeholder for post comment block
- Fix typo
- Reduces padding on highlight for drop down
- Add default block widths to the full-site editor
- Try: System font for vanilla editor styles.
- Social Links: Add ability to change social icon sizes
- Adds in missing styling for toolbar when using text-only setting
- Components: Fix FormTokenField input position when typing
- Restore opacity controls
Created an issue in WordPress/twentytwentyone that received 2 comments
Editor style for spacing overrides has unintended consequences
Describe the bug There's a section of code in the TwentyTwentyOne editor style, it appears to both exist in style-editor.css (lines 1883-1897) and …