Skip to content

Commit

Permalink
Merge pull request #1117 from vektor-inc/update/cope-with-vk-swiper
Browse files Browse the repository at this point in the history
[ Specification Change ][ G3 ] Adjusting the preview mode for the VK Blocks Slider Block.
  • Loading branch information
kurudrive authored Feb 3, 2024
2 parents 2033c9a + 91570c6 commit cf4615a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions _g3/assets/_scss/_common-theme-json.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.wp-block-cover__image-background,
.wp-block-column,
.vk_outer,
.vk_slider_wrapper,
.swiper-wrapper,
.swiper-pagination,
.is-content-justification-right,
Expand Down
6 changes: 6 additions & 0 deletions _g3/assets/_scss/block/_block_width_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
--vk-width-editor-leftmenu:160px;
--vk-width-editor-leftmenu-folded:36px;
}
.alignfull,
.alignwide {
div[class*="__inner-container"]{
max-width: var(--vk-width-editor-container-body);
}
}
.editor-styles-wrapper {
padding: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion _g3/assets/css/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _g3/assets/css/style-theme-json.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ https://www.vektor-inc.co.jp/inquiry/

== Changelog ==

[ Specification Change ][ G3 ] Adjusting the preview mode for the VK Blocks Slider Block.

v15.19.1
[ Bug Fix ] Fixed the logo link area issue when using the header logo center layout(G3 Pro Unit).

Expand Down

0 comments on commit cf4615a

Please sign in to comment.