-
Notifications
You must be signed in to change notification settings - Fork 57
Refine inner block margins #547
Copy link
Copy link
Closed
Labels
[Type] EnhancementImproves a current area of the editorImproves a current area of the editor
Milestone
Description
Inner block paddings are a bit loose right now, let's make sure these are refined.
Block Anatomy
By default, every block type (including Title) contains internal padding of 12pt top/bottom and 16pt left/right.
Static
Focused
When a block is focused, we show the inline toolbar (44pt height) and collapse the margin-bottom, like so:
Currently
(proper paddings indicated with green, improper in red)
Android:
As you can see, left/right paddings on Android are 👍 , however top/bottom paddings are a bit off.
iOS:
Punch-list
Both Platforms
- Ensure padding-top is always 12 (static + focused)
- Remove padding-bottom when block is focused
iOS
- Ensure padding on left/right sides is 16pt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Type] EnhancementImproves a current area of the editorImproves a current area of the editor



