Skip to content

Commit

Permalink
Updated blocks-chooser position
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Mar 22, 2021
1 parent 5d25f11 commit e934564
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/ColumnsBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,21 @@

.block {
margin-bottom: 1.5em;

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

.block-add-button {
display: none;
}
}

// .block.selected {
// border: 1px solid #826A6A;
// padding: 0.3em 0.5em;
// border-radius: 2px;
// }

.block {
.block-add-button {
display: none;
}
}
}

a.ui.card,
Expand Down Expand Up @@ -99,6 +101,12 @@
.delete-button {
display: none !important;
}

.blocks-chooser {
left: unset;
right: 0;
margin-top: 50px;
}
}

.columns-view {
Expand Down

0 comments on commit e934564

Please sign in to comment.