Version Description
[ Other ] Cope with 6.0
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Block Patterns |
Version | 1.17.4 |
Comparing to | |
See all releases |
Code changes from version 1.17.3 to 1.17.4
- patterns-data/_scss/_vk-cols-editor.scss +8 -1
- patterns-data/_scss/_vk-cols.scss +1 -0
- patterns-data/style-editor.css +1 -1
- patterns-data/style.css +1 -1
- readme.txt +4 -1
- vk-block-patterns.php +1 -1
patterns-data/_scss/_vk-cols-editor.scss
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
|
2 |
.editor-styles-wrapper {
|
3 |
-
.vk-cols--reverse{
|
4 |
@media ( min-width:600px ){
|
|
|
5 |
.wp-block-column:not(.wp-block-column:last-child){
|
6 |
// margin-left:1em; // これがあると編集画面に余白が出来るけど必要?
|
7 |
}
|
@@ -13,6 +14,12 @@
|
|
13 |
}
|
14 |
}
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
.editor-styles-wrapper {
|
17 |
.vk-cols--fitbnrs {
|
18 |
.vk_button a.btn-primary,
|
1 |
|
2 |
.editor-styles-wrapper {
|
3 |
+
.wp-block-columns.vk-cols--reverse{
|
4 |
@media ( min-width:600px ){
|
5 |
+
flex-direction: row-reverse;
|
6 |
.wp-block-column:not(.wp-block-column:last-child){
|
7 |
// margin-left:1em; // これがあると編集画面に余白が出来るけど必要?
|
8 |
}
|
14 |
}
|
15 |
}
|
16 |
|
17 |
+
.editor-styles-wrapper {
|
18 |
+
.vk-cols--fit.wp-block-columns {
|
19 |
+
gap:0;
|
20 |
+
}
|
21 |
+
}
|
22 |
+
|
23 |
.editor-styles-wrapper {
|
24 |
.vk-cols--fitbnrs {
|
25 |
.vk_button a.btn-primary,
|
patterns-data/_scss/_vk-cols.scss
CHANGED
@@ -59,6 +59,7 @@
|
|
59 |
}
|
60 |
}
|
61 |
&.wp-block-columns {
|
|
|
62 |
&,
|
63 |
&:not(.is-not-stacked-on-mobile){
|
64 |
margin-top:0;
|
59 |
}
|
60 |
}
|
61 |
&.wp-block-columns {
|
62 |
+
gap:0;
|
63 |
&,
|
64 |
&:not(.is-not-stacked-on-mobile){
|
65 |
margin-top:0;
|
patterns-data/style-editor.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@media(min-width: 600px){.editor-styles-wrapper .vk-cols--reverse .wp-block-column:last-child{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}
|
1 |
+
@media(min-width: 600px){.editor-styles-wrapper .wp-block-columns.vk-cols--reverse{flex-direction:row-reverse}.editor-styles-wrapper .wp-block-columns.vk-cols--reverse .wp-block-column:last-child{margin-left:0}}.editor-styles-wrapper .vk-cols--fit.wp-block-columns{gap: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}
|
patterns-data/style.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.vk-cols--reverse{flex-direction:row-reverse}@media(min-width: 600px){.vk-cols--reverse .wp-block-column{margin-left:1em}.vk-cols--reverse .wp-block-column:last-child{margin-right:1em;margin-left:0}.vk-cols--reverse.vk-cols--fit .wp-block-column{margin-right:0;margin-left:0}}@media(min-width: 782px){.vk-cols--reverse.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-left:0}}@media(min-width: 600px)and (max-width: 781px){.vk-cols--reverse.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:0}}.vk-cols--hasbtn{margin-bottom:0}.vk-cols--hasbtn>.row>.vk_gridColumn_item,.vk-cols--hasbtn>.wp-block-column{position:relative;padding-bottom:3em;margin-bottom:var(--vk-margin-block-bottom)}.vk-cols--hasbtn>.row>.vk_gridColumn_item>.wp-block-buttons,.vk-cols--hasbtn>.row>.vk_gridColumn_item>.vk_button,.vk-cols--hasbtn>.wp-block-column>.wp-block-buttons,.vk-cols--hasbtn>.wp-block-column>.vk_button{position:absolute;bottom:0;width:calc(100% - 15px - 15px)}.vk-cols--fit--gap1.wp-block-columns{gap:1px}@media(min-width: 600px)and (max-width: 781px){.vk-cols--fit--gap1.wp-block-columns .wp-block-column:not(:only-child){flex-basis:calc(50% - 1px) !important}}.vk-cols--fit.wp-block-columns,.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile){margin-top:0;margin-bottom:0;justify-content:space-between}.vk-cols--fit.wp-block-columns>.wp-block-column *:last-child,.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column *:last-child{margin-bottom:0}.vk-cols--fit.wp-block-columns>.wp-block-column>.wp-block-cover,.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column>.wp-block-cover{margin-top:0}.vk-cols--fit.wp-block-columns.has-background,.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile).has-background{padding:0}@media(max-width: 599px){.vk-cols--fit.wp-block-columns:not(.has-background)>.wp-block-column:not(.has-background),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile):not(.has-background)>.wp-block-column:not(.has-background){padding-left:0 !important;padding-right:0 !important}}@media(min-width: 782px){.vk-cols--fit.wp-block-columns .block-editor-block-list__block.wp-block-column:not(:first-child),.vk-cols--fit.wp-block-columns>.wp-block-column:not(:first-child),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile) .block-editor-block-list__block.wp-block-column:not(:first-child),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-left:0}}@media(min-width: 600px)and (max-width: 781px){.vk-cols--fit.wp-block-columns .wp-block-column:nth-child(2n),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:nth-child(2n){margin-left:0}.vk-cols--fit.wp-block-columns .wp-block-column:not(:only-child),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:not(:only-child){flex-basis:50% !important}}.vk-cols--fit.vk-cols--grid>.block-editor-block-list__block,.vk-cols--fit.vk-cols--grid>.wp-block-column,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile)>.block-editor-block-list__block,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:50%}@media(max-width: 599px){.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull>.wp-block-column:nth-child(2)>.wp-block-cover,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull>.wp-block-column:nth-child(2)>.wp-block-cover{width:100vw;margin-right:calc((100% - 100vw)/2);margin-left:calc((100% - 100vw)/2)}}@media(min-width: 600px){.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull>.wp-block-column:nth-child(2)>.wp-block-cover,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull>.wp-block-column:nth-child(2)>.wp-block-cover{margin-right:calc(100% - 50vw);width:50vw}}@media(min-width: 600px){.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse>.wp-block-column,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse>.wp-block-column{margin-left:0;margin-right:0}.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse>.wp-block-column:nth-child(2)>.wp-block-cover,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse>.wp-block-column:nth-child(2)>.wp-block-cover{margin-left:calc(100% - 50vw)}}.vk-cols--menu h2,.vk-cols--menu h3,.vk-cols--menu h4,.vk-cols--menu h5{margin-bottom:.2em;text-shadow:#000 0 0 10px}.vk-cols--menu h2:first-child,.vk-cols--menu h3:first-child,.vk-cols--menu h4:first-child,.vk-cols--menu h5:first-child{margin-top:0}.vk-cols--menu p{margin-bottom:1rem;text-shadow:#000 0 0 10px}.vk-cols--menu .wp-block-cover__inner-container:last-child{margin-bottom:0}.vk-cols--fitbnrs .wp-block-column .wp-block-cover:hover img{filter:unset}.vk-cols--fitbnrs .wp-block-column .wp-block-cover:hover{background-color:unset}.vk-cols--fitbnrs .wp-block-column .wp-block-cover:hover .wp-block-cover__image-background{filter:unset !important}.vk-cols--fitbnrs .wp-block-cover__inner-container{position:absolute;height:100%;width:100%}.vk-cols--fitbnrs .vk_button{height:100%;margin:0}.vk-cols--fitbnrs .vk_button .vk_button_btn,.vk-cols--fitbnrs .vk_button .btn{height:100%;width:100%;border:none;box-shadow:none;background-color:unset;transition:unset}.vk-cols--fitbnrs .vk_button .vk_button_btn:hover,.vk-cols--fitbnrs .vk_button .btn:hover{transition:unset}.vk-cols--fitbnrs .vk_button .vk_button_btn:after,.vk-cols--fitbnrs .vk_button .btn:after{border:none}.vk-cols--fitbnrs .vk_button .vk_button_link_txt{width:100%;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:2rem;text-shadow:#000 0 0 10px}.vk-cols--fitbnrs .vk_button .vk_button_link_subCaption{width:100%;position:absolute;top:calc(50% + 2.2em);left:50%;transform:translateY(-50%) translateX(-50%);text-shadow:#000 0 0 10px}.vk-cols--media .wp-block-column:not(:first-child) .wp-block-image,.vk-cols--media .wp-block-column:not(:first-child) figure{margin-bottom:0}@media(min-width: 600px){.vk-cols--media.vk-cols--reverse .wp-block-column:first-child{margin-left:0}}@media(min-width: 782px){.vk-cols--media .wp-block-column:not(:first-child){--wp--style--block-gap: 3rem;margin-left:3rem}.vk-cols--media.vk-cols--reverse .wp-block-column:not(:first-child){margin-right:3rem;margin-left:0}}@media(min-width: 600px)and (max-width: 781px){.vk-cols--media{--wp--style--block-gap: 2rem}.vk-cols--media.vk-cols--reverse .wp-block-column:not(:first-child){margin-right:2rem;margin-left:0}}.vk-fit-map iframe{position:relative;margin-bottom:0;display:block;max-height:400px;width:100vw}:root{--vk-color-th-bg-bright: rgba( 0, 0, 0, 0.05 )}.vk-table--th--width25 :where(tr > *:first-child){width:25%}.vk-table--th--width30 :where(tr > *:first-child){width:30%}.vk-table--th--width35 :where(tr > *:first-child){width:35%}.vk-table--th--width40 :where(tr > *:first-child){width:40%}.vk-table--th--bg-bright :where(tr > *:first-child){background-color:var(--vk-color-th-bg-bright)}@media(max-width: 599px){.vk-table--mobile-block :is(th,td){width:100%;display:block;border-top:none}}.vk-table--width--th25 :where(tr > *:first-child){width:25%}.vk-table--width--th30 :where(tr > *:first-child){width:30%}.vk-table--width--th35 :where(tr > *:first-child){width:35%}.vk-table--width--th40 :where(tr > *:first-child){width:40%}.no-margin{margin:0}@media(max-width: 599px){.wp-block-image.vk-aligncenter--mobile>.alignright{float:none;margin-left:auto;margin-right:auto}.vk-no-padding-horizontal--mobile{padding-left:0 !important;padding-right:0 !important}}
|
1 |
+
.vk-cols--reverse{flex-direction:row-reverse}@media(min-width: 600px){.vk-cols--reverse .wp-block-column{margin-left:1em}.vk-cols--reverse .wp-block-column:last-child{margin-right:1em;margin-left:0}.vk-cols--reverse.vk-cols--fit .wp-block-column{margin-right:0;margin-left:0}}@media(min-width: 782px){.vk-cols--reverse.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-left:0}}@media(min-width: 600px)and (max-width: 781px){.vk-cols--reverse.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:0}}.vk-cols--hasbtn{margin-bottom:0}.vk-cols--hasbtn>.row>.vk_gridColumn_item,.vk-cols--hasbtn>.wp-block-column{position:relative;padding-bottom:3em;margin-bottom:var(--vk-margin-block-bottom)}.vk-cols--hasbtn>.row>.vk_gridColumn_item>.wp-block-buttons,.vk-cols--hasbtn>.row>.vk_gridColumn_item>.vk_button,.vk-cols--hasbtn>.wp-block-column>.wp-block-buttons,.vk-cols--hasbtn>.wp-block-column>.vk_button{position:absolute;bottom:0;width:calc(100% - 15px - 15px)}.vk-cols--fit--gap1.wp-block-columns{gap:1px}@media(min-width: 600px)and (max-width: 781px){.vk-cols--fit--gap1.wp-block-columns .wp-block-column:not(:only-child){flex-basis:calc(50% - 1px) !important}}.vk-cols--fit.wp-block-columns{gap:0}.vk-cols--fit.wp-block-columns,.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile){margin-top:0;margin-bottom:0;justify-content:space-between}.vk-cols--fit.wp-block-columns>.wp-block-column *:last-child,.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column *:last-child{margin-bottom:0}.vk-cols--fit.wp-block-columns>.wp-block-column>.wp-block-cover,.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column>.wp-block-cover{margin-top:0}.vk-cols--fit.wp-block-columns.has-background,.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile).has-background{padding:0}@media(max-width: 599px){.vk-cols--fit.wp-block-columns:not(.has-background)>.wp-block-column:not(.has-background),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile):not(.has-background)>.wp-block-column:not(.has-background){padding-left:0 !important;padding-right:0 !important}}@media(min-width: 782px){.vk-cols--fit.wp-block-columns .block-editor-block-list__block.wp-block-column:not(:first-child),.vk-cols--fit.wp-block-columns>.wp-block-column:not(:first-child),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile) .block-editor-block-list__block.wp-block-column:not(:first-child),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-left:0}}@media(min-width: 600px)and (max-width: 781px){.vk-cols--fit.wp-block-columns .wp-block-column:nth-child(2n),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:nth-child(2n){margin-left:0}.vk-cols--fit.wp-block-columns .wp-block-column:not(:only-child),.vk-cols--fit.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:not(:only-child){flex-basis:50% !important}}.vk-cols--fit.vk-cols--grid>.block-editor-block-list__block,.vk-cols--fit.vk-cols--grid>.wp-block-column,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile)>.block-editor-block-list__block,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:50%}@media(max-width: 599px){.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull>.wp-block-column:nth-child(2)>.wp-block-cover,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull>.wp-block-column:nth-child(2)>.wp-block-cover{width:100vw;margin-right:calc((100% - 100vw)/2);margin-left:calc((100% - 100vw)/2)}}@media(min-width: 600px){.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull>.wp-block-column:nth-child(2)>.wp-block-cover,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull>.wp-block-column:nth-child(2)>.wp-block-cover{margin-right:calc(100% - 50vw);width:50vw}}@media(min-width: 600px){.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse>.wp-block-column,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse>.wp-block-column{margin-left:0;margin-right:0}.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse>.wp-block-column:nth-child(2)>.wp-block-cover,.vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse>.wp-block-column:nth-child(2)>.wp-block-cover{margin-left:calc(100% - 50vw)}}.vk-cols--menu h2,.vk-cols--menu h3,.vk-cols--menu h4,.vk-cols--menu h5{margin-bottom:.2em;text-shadow:#000 0 0 10px}.vk-cols--menu h2:first-child,.vk-cols--menu h3:first-child,.vk-cols--menu h4:first-child,.vk-cols--menu h5:first-child{margin-top:0}.vk-cols--menu p{margin-bottom:1rem;text-shadow:#000 0 0 10px}.vk-cols--menu .wp-block-cover__inner-container:last-child{margin-bottom:0}.vk-cols--fitbnrs .wp-block-column .wp-block-cover:hover img{filter:unset}.vk-cols--fitbnrs .wp-block-column .wp-block-cover:hover{background-color:unset}.vk-cols--fitbnrs .wp-block-column .wp-block-cover:hover .wp-block-cover__image-background{filter:unset !important}.vk-cols--fitbnrs .wp-block-cover__inner-container{position:absolute;height:100%;width:100%}.vk-cols--fitbnrs .vk_button{height:100%;margin:0}.vk-cols--fitbnrs .vk_button .vk_button_btn,.vk-cols--fitbnrs .vk_button .btn{height:100%;width:100%;border:none;box-shadow:none;background-color:unset;transition:unset}.vk-cols--fitbnrs .vk_button .vk_button_btn:hover,.vk-cols--fitbnrs .vk_button .btn:hover{transition:unset}.vk-cols--fitbnrs .vk_button .vk_button_btn:after,.vk-cols--fitbnrs .vk_button .btn:after{border:none}.vk-cols--fitbnrs .vk_button .vk_button_link_txt{width:100%;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:2rem;text-shadow:#000 0 0 10px}.vk-cols--fitbnrs .vk_button .vk_button_link_subCaption{width:100%;position:absolute;top:calc(50% + 2.2em);left:50%;transform:translateY(-50%) translateX(-50%);text-shadow:#000 0 0 10px}.vk-cols--media .wp-block-column:not(:first-child) .wp-block-image,.vk-cols--media .wp-block-column:not(:first-child) figure{margin-bottom:0}@media(min-width: 600px){.vk-cols--media.vk-cols--reverse .wp-block-column:first-child{margin-left:0}}@media(min-width: 782px){.vk-cols--media .wp-block-column:not(:first-child){--wp--style--block-gap: 3rem;margin-left:3rem}.vk-cols--media.vk-cols--reverse .wp-block-column:not(:first-child){margin-right:3rem;margin-left:0}}@media(min-width: 600px)and (max-width: 781px){.vk-cols--media{--wp--style--block-gap: 2rem}.vk-cols--media.vk-cols--reverse .wp-block-column:not(:first-child){margin-right:2rem;margin-left:0}}.vk-fit-map iframe{position:relative;margin-bottom:0;display:block;max-height:400px;width:100vw}:root{--vk-color-th-bg-bright: rgba( 0, 0, 0, 0.05 )}.vk-table--th--width25 :where(tr > *:first-child){width:25%}.vk-table--th--width30 :where(tr > *:first-child){width:30%}.vk-table--th--width35 :where(tr > *:first-child){width:35%}.vk-table--th--width40 :where(tr > *:first-child){width:40%}.vk-table--th--bg-bright :where(tr > *:first-child){background-color:var(--vk-color-th-bg-bright)}@media(max-width: 599px){.vk-table--mobile-block :is(th,td){width:100%;display:block;border-top:none}}.vk-table--width--th25 :where(tr > *:first-child){width:25%}.vk-table--width--th30 :where(tr > *:first-child){width:30%}.vk-table--width--th35 :where(tr > *:first-child){width:35%}.vk-table--width--th40 :where(tr > *:first-child){width:40%}.no-margin{margin:0}@media(max-width: 599px){.wp-block-image.vk-aligncenter--mobile>.alignright{float:none;margin-left:auto;margin-right:auto}.vk-no-padding-horizontal--mobile{padding-left:0 !important;padding-right:0 !important}}
|
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.9.3
|
7 |
-
Stable tag: 1.17.
|
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.17.3 =
|
20 |
[ Bug fix ] reregister grid col card pattern
|
21 |
|
4 |
Tags: Guternberg, Block Pattern
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 5.9.3
|
7 |
+
Stable tag: 1.17.4
|
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.17.4 =
|
20 |
+
[ Other ] Cope with 6.0
|
21 |
+
|
22 |
= 1.17.3 =
|
23 |
[ Bug fix ] reregister grid col card pattern
|
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.17.
|
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.17.4
|
7 |
* Requires at least: 5.8
|
8 |
* Author: Vektor,Inc.
|
9 |
* Author URI: https://vektor-inc.co.jp
|