-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR removes the 14px on mobile, 36px on desktop breakpoints padding that is applied to the root container. In the previous iteration of the editor, this padding was necessary to: - on mobile, show the 14px block border that sat 14px outside of the selected block. - on desktop breakpoints, show both the 14px block padding, and make room for the side UI (movers) Because both of those elements are no longer present, we can remove this padding.
- Loading branch information
Showing
3 changed files
with
9 additions
and
38 deletions.
There are no files selected for viewing
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