Skip to content

Commit

Permalink
Merge pull request #1009 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.24.3
  • Loading branch information
kurudrive authored Feb 4, 2022
2 parents f746293 + 4e6c2ef commit 8f83fc0
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 220 deletions.
13 changes: 7 additions & 6 deletions editor-css/_editor_before.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ button.image-button:not(.button-delete) {
// カラムなどのインサーター
@import "./editor_before_appender";

// ブロックテンプレートのサイドバー調整CSS読み込み
// ブロックテンプレートのサイドバー調整
@import "./editor_before_template_inserter";
// アイコンリストCSS読み込み
// アイコンリスト
@import "./editor_before_icon_list";
// 吹き出し画像読み込み
@import "./editor_before_balloon";
Expand All @@ -113,13 +113,14 @@ button.image-button:not(.button-delete) {
@import "./editor_before_border-box";
// アイコン
@import "./editor_before_icon";
// アイコン横並び編集用CSS
// アイコン横並び
@import "./editor_before_icons";
// ボタン横並び編集用CSS
// ボタン横並び
@import "./editor_before_button-outer";
// VK見出しCSS読み込み
// VK見出し
@import "./editor_before_vk-heading";

// faq
@import "./editor_before_faq";

// VK Outer 編集パネル
$color-danger: #dd3333;
Expand Down
6 changes: 6 additions & 0 deletions editor-css/_editor_before_appender.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.vk_buttons > .vk_buttons_col,
.vk_icons > .vk_icons_col,
.vk_posts.is-selected,
.swiper-container > .swiper-wrapper > div,
:is(.vk_gridColumn).is-selected {
& > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender{
position: relative;
Expand Down Expand Up @@ -37,3 +38,8 @@
width:100px;
}
}
.swiper-container > .swiper-wrapper > div {
& > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
margin: 0 0 15px;
}
}
8 changes: 8 additions & 0 deletions editor-css/_editor_before_faq.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.vk_faq{
.block-editor-inner-blocks{
div.block-editor-block-list__block:not(.is_hovered){
margin-top: 0;
margin-bottom: 0;
}
}
}
Loading

0 comments on commit 8f83fc0

Please sign in to comment.