فهرست منبع

Quadrat: Allow long titles to wrap the same way on post pages and on the index (#4796)

Ben Dwyer 3 سال پیش
والد
کامیت
3f33bb1bb5
3فایلهای تغییر یافته به همراه6 افزوده شده و 8 حذف شده
  1. 6 2
      quadrat/block-templates/index.html
  2. 0 3
      quadrat/block-templates/page.html
  3. 0 3
      quadrat/block-templates/single.html

+ 6 - 2
quadrat/block-templates/index.html

@@ -2,13 +2,17 @@
 
 <!-- wp:query {"tagName":"main","layout":{"inherit":true},"query":{"perPage":5,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true}} -->
 <main class="wp-block-query">
-	<!-- wp:post-template -->
-		<!-- wp:group {"layout":{"inherit":true}} -->
+	<!-- wp:post-template {"align":"wide"} -->
+		<!-- wp:group -->
 		<div class="wp-block-group">
 		<!-- wp:post-date {"isLink":false,"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
 		<!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"center"} /-->
+		<!-- wp:group {"layout":{"inherit":true}} -->
+		<div class="wp-block-group">
 		<!-- wp:post-featured-image {"isLink":true} /-->
 		<!-- wp:post-excerpt /-->
+		</div>
+		<!-- /wp:group -->
 		<!-- wp:spacer {"height":60} -->
 		<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
 		<!-- /wp:spacer -->

+ 0 - 3
quadrat/block-templates/page.html

@@ -6,9 +6,6 @@
 	<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>
 	<!-- /wp:spacer -->
 	<!-- wp:post-title {"textAlign":"center","level":1,"align":"wide"} /-->
-	<!-- wp:spacer {"height":30} -->
-	<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
-	<!-- /wp:spacer -->
 	<!-- wp:post-featured-image {"align":"wide"} /-->
 </div>
 <!-- /wp:group -->

+ 0 - 3
quadrat/block-templates/single.html

@@ -13,9 +13,6 @@
 	<!-- wp:group {"layout":{"inherit":true}} -->
 	<div class="wp-block-group">
 		<!-- wp:post-title {"textAlign":"center","level":1,"align":"wide"} /-->
-		<!-- wp:spacer {"height":30} -->
-		<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
-		<!-- /wp:spacer -->
 		<!-- wp:post-featured-image {"align":"wide"} /-->
 	</div>
 	<!-- /wp:group -->