Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and youknowriad committed Sep 12, 2022
1 parent 1a68981 commit 0d42722
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
display: flex;
align-items: center;
overflow: hidden;
border-radius: $radius-block-ui;
border-radius: $radius-block-ui + $border-width;
border: $border-width solid $gray-100;
}

Expand Down
14 changes: 10 additions & 4 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,11 @@ $block-inserter-tabs-height: 44px;
}

.block-editor-inserter__patterns-category-panel {
background: $gray-100;
background: rgba($white, 0.8);
backdrop-filter: blur($grid-unit-20);
border-left: $border-width solid $gray-200;
position: absolute;
padding: $grid-unit-20;
padding: $grid-unit-40;
top: 0;
left: 0;
height: 100%;
Expand All @@ -263,8 +265,12 @@ $block-inserter-tabs-height: 44px;
font-size: $default-font-size;
}

.block-editor-block-preview__container {
box-shadow: $shadow-popover;
h3 {
margin-top: 0;
}

.block-editor-block-patterns-list {
margin-top: $grid-unit-30;
}
}

Expand Down

0 comments on commit 0d42722

Please sign in to comment.