Widgets: Blocks areas need width/padding adjustments #16600
Labels
[Feature] Widgets Screen
The block-based screen that replaced widgets.php.
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
Needs Dev
Ready for, and needs developer efforts
[Status] In Progress
Tracking issues with work in progress
Some width and padding adjustments can help the new widgets screen visually.
The new widgets screen shows blocks areas in a narrow column that's set to
max-width:610px
and it also includes a large amount of padding on the left/right sides of the blocks.Solutions
Change the
max-width
of.edit-widgets-widget-area
to700px
instead of610px
.Proposed:
.edit-widgets-widget-area { max-width: 700px; }
Remove the padding on left/right side of
.block-editor-block-list__layout
for this screen.Proposed:
.block-editor-block-list__layout { padding-left:46px; padding-right:46px; }
Current appearance:
Proposed appearance:
The text was updated successfully, but these errors were encountered: