Browse Source

Stratford: Recompile styles with fix for wide/full align widths on mobile.

Allan Cole 6 năm trước cách đây
mục cha
commit
c539885985
2 tập tin đã thay đổi với 8 bổ sung4 xóa
  1. 4 2
      stratford/style-rtl.css
  2. 4 2
      stratford/style.css

+ 4 - 2
stratford/style-rtl.css

@@ -3208,8 +3208,8 @@ img#wpstats {
 }
 }
 
 
 .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
 .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
-	width: calc(100% + 256px);
-	max-width: calc(100% - 32px);
+	width: 100%;
+	max-width: 100%;
 	margin-right: auto;
 	margin-right: auto;
 	margin-left: auto;
 	margin-left: auto;
 }
 }
@@ -3295,6 +3295,7 @@ img#wpstats {
 	margin-right: -16px;
 	margin-right: -16px;
 	margin-left: -16px;
 	margin-left: -16px;
 	width: calc(100% + 32px);
 	width: calc(100% + 32px);
+	max-width: calc(100% + 32px);
 	/* Letting the box-model do most of the work here. */
 	/* Letting the box-model do most of the work here. */
 }
 }
 
 
@@ -3303,6 +3304,7 @@ img#wpstats {
 		margin-right: inherit;
 		margin-right: inherit;
 		margin-left: inherit;
 		margin-left: inherit;
 		width: inherit;
 		width: inherit;
+		max-width: inherit;
 	}
 	}
 }
 }
 
 

+ 4 - 2
stratford/style.css

@@ -3213,8 +3213,8 @@ img#wpstats {
 }
 }
 
 
 .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
 .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
-	width: calc(100% + 256px);
-	max-width: calc(100% - 32px);
+	width: 100%;
+	max-width: 100%;
 	margin-left: auto;
 	margin-left: auto;
 	margin-right: auto;
 	margin-right: auto;
 }
 }
@@ -3300,6 +3300,7 @@ img#wpstats {
 	margin-left: -16px;
 	margin-left: -16px;
 	margin-right: -16px;
 	margin-right: -16px;
 	width: calc(100% + 32px);
 	width: calc(100% + 32px);
+	max-width: calc(100% + 32px);
 	/* Letting the box-model do most of the work here. */
 	/* Letting the box-model do most of the work here. */
 }
 }
 
 
@@ -3308,6 +3309,7 @@ img#wpstats {
 		margin-left: inherit;
 		margin-left: inherit;
 		margin-right: inherit;
 		margin-right: inherit;
 		width: inherit;
 		width: inherit;
+		max-width: inherit;
 	}
 	}
 }
 }