From cc6f00d3c26918df195d70d2c900651cc0fb0c69 Mon Sep 17 00:00:00 2001 From: goutetsuguma Date: Tue, 7 Jan 2025 12:00:09 +0900 Subject: [PATCH 1/3] =?UTF-8?q?not=E6=8C=87=E5=AE=9A=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _g3/assets/_scss/_common-theme-json.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_g3/assets/_scss/_common-theme-json.scss b/_g3/assets/_scss/_common-theme-json.scss index 7ea9f584..94519daf 100644 --- a/_g3/assets/_scss/_common-theme-json.scss +++ b/_g3/assets/_scss/_common-theme-json.scss @@ -3,7 +3,7 @@ */ // まず .is-root-container でメインエリアを定義している -:is( .alignfull, .alignwide ) { +:is( .alignfull, .alignwide ):where(:not(.is-layout-flex)) { // theme.json があると __inner-container の div は出力されなくなってしまうので max-width にコンテンツ幅を指定 // .alert は投稿リストブロックで投稿がない時に出力されるため追加。本当は div にかける方が適切と思われるが、影響範囲が大きそうなので一旦 .alert のみで様子見 & > :is( From 34cd053e080535e414fabd4b15f4befbffafbf24 Mon Sep 17 00:00:00 2001 From: goutetsuguma Date: Tue, 7 Jan 2025 12:13:11 +0900 Subject: [PATCH 2/3] =?UTF-8?q?changelog=20=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index e6b898f7..bd031781 100644 --- a/readme.txt +++ b/readme.txt @@ -35,6 +35,8 @@ vk-develop@vektor-inc.co.jp == Changelog == +[ G3 ][ Design Bug Fix ] Prevented child elements from expanding to full width in `.is-layout-flex` parent containers using a `:not` selector. + v15.29.3 [ Bug fix ][ G3 ] Fix prev next design on post page. From 1bdbf6b730d501b54141da05eac0bbf23c7a1667 Mon Sep 17 00:00:00 2001 From: goutetsuguma Date: Tue, 7 Jan 2025 12:21:36 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index bd031781..fea0864a 100644 --- a/readme.txt +++ b/readme.txt @@ -35,7 +35,7 @@ vk-develop@vektor-inc.co.jp == Changelog == -[ G3 ][ Design Bug Fix ] Prevented child elements from expanding to full width in `.is-layout-flex` parent containers using a `:not` selector. +[ G3 ][ Design Bug Fix ] Excluded child elements from expanding to full content width when the parent has the `.is-layout-flex` class by adding a `:not` selector. v15.29.3 [ Bug fix ][ G3 ] Fix prev next design on post page.