Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Simplify shortcuts for inserting blocks on mobile.
  • Loading branch information
mtias committed Mar 12, 2018
commit 0a7a3d49a6037a498a76093e3a2a9e17af810d81
7 changes: 7 additions & 0 deletions editor/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -556,14 +556,21 @@
position: absolute;
top: 10px;
right: 10px;
display: none;

@include break-small {
right: $block-mover-padding-visible + 10px;
display: block;
}
}

.editor-block-list__empty-block-inserter {
position: absolute;
top: 10px;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small screen:

image

right: 10px;

@include break-small {
left: 10px;
right: auto;
}
}