VK Block Patterns - Version 1.12.3

Version Description

[ Bug fix ][ Japanese ] Fix column fit bnr edit screen css

Download this release

Release Info

Developer vektor-inc
Plugin Icon wp plugin VK Block Patterns
Version 1.12.3
Comparing to
See all releases

Code changes from version 1.12.2 to 1.12.3

patterns-data/_scss/_common-editor.scss CHANGED
@@ -16,4 +16,10 @@
16
  margin-right:auto;
17
  }
18
  }
19
- }
 
 
 
 
 
 
16
  margin-right:auto;
17
  }
18
  }
19
+ }
20
+ .editor-styles-wrapper {
21
+ .vk-cols--fitbnrs .vk_button .vk_button_btn,
22
+ .vk-cols--fitbnrs .vk_button .btn{
23
+ background-color: unset;
24
+ }
25
+ }
patterns-data/style-editor.css CHANGED
@@ -1 +1 @@
1
- @media(min-width: 600px){.editor-styles-wrapper .vk-cols--reverse .wp-block-column:not(.wp-block-column:last-child){margin-left:1em}.editor-styles-wrapper .vk-cols--reverse .wp-block-column:last-child{margin-right:1em;margin-left:0}}.editor-styles-wrapper .vk-cols--fitbnrs .vk_button a.btn-primary,.editor-styles-wrapper .vk-cols--fitbnrs .vk_button a:hover.btn-primary{background:unset}.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn.vk_gridColumn .vk_gridColumn_item.block-editor-block-list__block .block-editor-inner-blocks,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn.vk_gridColumn .vk_gridColumn_item .block-editor-inner-blocks>.block-editor-block-list__layout{height:100%}.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn.vk_gridColumn .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout{display:block}.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .vk_gridColumn_item .block-editor-inner-blocks>.block-editor-block-list__layout,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .wp-block-column{padding-bottom:4em;position:relative}.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .vk_gridColumn_item .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-buttons,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .vk_gridColumn_item .block-editor-inner-blocks>.block-editor-block-list__layout .vk_button,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .wp-block-column .wp-block-buttons,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .wp-block-column .vk_button{margin-bottom:5px;position:absolute;bottom:0;width:calc( 100% - 15px - 15px )}.wp-block[data-align=left],.wp-block[data-align=right]{height:auto;margin-top:5px;margin-bottom:5px}@media(max-width: 599px){.edit-post-visual-editor .wp-block-image.vk-aligncenter--mobile{float:none;margin-left:auto;margin-right:auto}}
1
+ @media(min-width: 600px){.editor-styles-wrapper .vk-cols--reverse .wp-block-column:not(.wp-block-column:last-child){margin-left:1em}.editor-styles-wrapper .vk-cols--reverse .wp-block-column:last-child{margin-right:1em;margin-left:0}}.editor-styles-wrapper .vk-cols--fitbnrs .vk_button a.btn-primary,.editor-styles-wrapper .vk-cols--fitbnrs .vk_button a:hover.btn-primary{background:unset}.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn.vk_gridColumn .vk_gridColumn_item.block-editor-block-list__block .block-editor-inner-blocks,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn.vk_gridColumn .vk_gridColumn_item .block-editor-inner-blocks>.block-editor-block-list__layout{height:100%}.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn.vk_gridColumn .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout{display:block}.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .vk_gridColumn_item .block-editor-inner-blocks>.block-editor-block-list__layout,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .wp-block-column{padding-bottom:4em;position:relative}.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .vk_gridColumn_item .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-buttons,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .vk_gridColumn_item .block-editor-inner-blocks>.block-editor-block-list__layout .vk_button,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .wp-block-column .wp-block-buttons,.edit-post-visual-editor .editor-styles-wrapper .vk-cols--hasbtn .wp-block-column .vk_button{margin-bottom:5px;position:absolute;bottom:0;width:calc( 100% - 15px - 15px )}.wp-block[data-align=left],.wp-block[data-align=right]{height:auto;margin-top:5px;margin-bottom:5px}@media(max-width: 599px){.edit-post-visual-editor .wp-block-image.vk-aligncenter--mobile{float:none;margin-left:auto;margin-right:auto}}.editor-styles-wrapper .vk-cols--fitbnrs .vk_button .vk_button_btn,.editor-styles-wrapper .vk-cols--fitbnrs .vk_button .btn{background-color:unset}
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: Guternberg, Block Pattern
5
  Requires at least: 5.8
6
  Tested up to: 5.8.1
7
- Stable tag: 1.12.2
8
  Requires PHP: 7.2
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -16,6 +16,9 @@ When you activate this plugin that create new custom post type for custom block
16
 
17
  == Changelog ==
18
 
 
 
 
19
  = 1.12.2 =
20
  [ Bug fix ] Fix .vk-cols--media.vk-cols--reverse on mobile
21
 
4
  Tags: Guternberg, Block Pattern
5
  Requires at least: 5.8
6
  Tested up to: 5.8.1
7
+ Stable tag: 1.12.3
8
  Requires PHP: 7.2
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
16
 
17
  == Changelog ==
18
 
19
+ = 1.12.3 =
20
+ [ Bug fix ][ Japanese ] Fix column fit bnr edit screen css
21
+
22
  = 1.12.2 =
23
  [ Bug fix ] Fix .vk-cols--media.vk-cols--reverse on mobile
24
 
vk-block-patterns.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: VK Block Patterns
4
  * Plugin URI: https://github.com/vektor-inc/vk-block-patterns
5
  * Description: You can make and register your original custom block patterns.
6
- * Version: 1.12.2
7
  * Requires at least: 5.8
8
  * Author: Vektor,Inc.
9
  * Author URI: https://vektor-inc.co.jp
3
  * Plugin Name: VK Block Patterns
4
  * Plugin URI: https://github.com/vektor-inc/vk-block-patterns
5
  * Description: You can make and register your original custom block patterns.
6
+ * Version: 1.12.3
7
  * Requires at least: 5.8
8
  * Author: Vektor,Inc.
9
  * Author URI: https://vektor-inc.co.jp