Skip to content

Commit

Permalink
Moved toolbar back to left
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Mar 23, 2021
1 parent d18660b commit ffd916a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ColumnsBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
margin-bottom: 1.5em;

.block.selected::before {
border-top-right-radius: 0;
border-top-left-radius: 0;
}

.block-add-button {
Expand Down Expand Up @@ -103,8 +103,7 @@
}

.blocks-chooser {
right: 0;
left: unset;
left: 0;
margin-top: 50px;
}
}
Expand All @@ -128,7 +127,7 @@
.block-toolbar {
position: absolute;
z-index: 3;
right: -9px;
left: -9px;
display: flex;
padding: 5px;
border: none;
Expand Down

0 comments on commit ffd916a

Please sign in to comment.