Skip to content

Commit

Permalink
Site editor: remove extra border radius. (#37022)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Dec 1, 2021
1 parent 177730e commit 1667f30
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/edit-site/src/components/block-editor/style.scss
Expand Up @@ -19,18 +19,14 @@
align-items: center;

&.is-focus-mode {
padding: 48px;
padding: $grid-unit-60;

.edit-site-visual-editor__editor-canvas {
border-radius: 2px;
border-radius: $radius-block-ui;
}
}
}

.edit-site-visual-editor__editor-canvas {
border-radius: 2px 2px 0 0;
}

.edit-site-visual-editor__back-button {
position: absolute;
top: $grid-unit-10;
Expand Down

0 comments on commit 1667f30

Please sign in to comment.