ソースを参照

Negai: Fix post content width (#7191)

* Negai: Fix post content width

* Version bump

---------

Co-authored-by: Vicente Canales <vicente.canales@automattic.com>
Takashi Irie 2 年 前
コミット
d97a27f0a2
4 ファイル変更6 行追加3 行削除
  1. 3 0
      negai/readme.txt
  2. 1 1
      negai/style.css
  3. 1 1
      negai/templates/page.html
  4. 1 1
      negai/templates/single.html

+ 3 - 0
negai/readme.txt

@@ -12,6 +12,9 @@ Negai is a bold blogging theme with large post titles and interesting colour sch
 
 == Changelog ==
 
+= 1.0.1 =
+* Negai: Fix post content width
+
 = 1.0.0 =
 * Initial release
 

+ 1 - 1
negai/style.css

@@ -7,7 +7,7 @@ Description: Negai is a bold blogging theme with large post titles and interesti
 Requires at least: 6.0
 Tested up to: 6.2.2
 Requires PHP: 5.7
-Version: 1.0.0
+Version: 1.0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: negai

+ 1 - 1
negai/templates/page.html

@@ -52,7 +52,7 @@
 
 				<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
 				<div class="wp-block-group">
-					<!-- wp:post-content {"layout":{"type":"default"}} /-->
+					<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
 				</div>
 				<!-- /wp:group -->
 			</div>

+ 1 - 1
negai/templates/single.html

@@ -59,7 +59,7 @@
 
 				<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
 				<div class="wp-block-group">
-					<!-- wp:post-content {"layout":{"type":"default"}} /-->
+					<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
 				</div>
 				<!-- /wp:group -->
 			</div>