@secretstache/wordpress-gutenberg 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
package/build/styles.css CHANGED
@@ -269,5 +269,8 @@
269
269
  box-shadow: inset 0 0 0 1px #1e1e1e;
270
270
  color: #1e1e1e; }
271
271
 
272
- .block-editor-inserter__quick-inserter-results .block-editor-block-types-list > [role=presentation] {
272
+ .block-editor__container .block-editor-inserter__insertable-blocks-at-selection + .block-editor-inserter__all-blocks {
273
+ display: none; }
274
+
275
+ .block-editor__container .block-editor-block-types-list > [role=presentation] {
273
276
  justify-content: center; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secretstache/wordpress-gutenberg",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "",
5
5
  "author": "Secret Stache",
6
6
  "license": "GPL-2.0-or-later",
@@ -78,8 +78,12 @@
78
78
  @import "responsive-spacing";
79
79
  @import "new-child-btn";
80
80
  }
81
- }
82
81
 
83
- .block-editor-inserter__quick-inserter-results .block-editor-block-types-list > [role=presentation] {
84
- justify-content: center;
82
+ .block-editor-inserter__insertable-blocks-at-selection + .block-editor-inserter__all-blocks {
83
+ display: none;
84
+ }
85
+
86
+ .block-editor-block-types-list > [role=presentation] {
87
+ justify-content: center;
88
+ }
85
89
  }