Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jan 20, 2023
1 parent a6239ef commit 7d849e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ function PatternSelection( { fallbackContent, onChoosePattern, postType } ) {
<BlockPatternsList
blockPatterns={ blockPatterns }
shownPatterns={ shownBlockPatterns }
showTitlesAsTooltip
onClickPattern={ ( pattern, blocks ) => {
onChange( 'start-blank' === pattern.name ? [] : blocks, {
selection: undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
height: calc(100% - #{ $header-height * 2 });
}
@include break-medium() {
width: 70%;
width: 50%;
}
@include break-large() {
height: fit-content;
Expand All @@ -33,6 +33,10 @@
width: 100%;
position: absolute;
}

.block-editor-block-patterns-list__item-title {
display: none;
}
}

// The start blank pattern is the last and we are selecting it.
Expand Down

0 comments on commit 7d849e6

Please sign in to comment.