Skip to content

Commit

Permalink
Move inside blocks toolbar on the right for better editing UX
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 22, 2021
1 parent 08f1516 commit 5d25f11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ColumnsBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
background-color: rgba(120, 192, 215, 0.375);
}
}

.delete-button {
display: none !important;
}
}

.columns-view {
Expand All @@ -116,7 +120,7 @@
.block-toolbar {
position: absolute;
z-index: 3;
left: -9px;
right: -9px;
display: flex;
padding: 5px;
border: none;
Expand Down

0 comments on commit 5d25f11

Please sign in to comment.