Ticket #45246: 45246.patch
| File 45246.patch, 2.3 KB (added by , 7 years ago) |
|---|
-
src/wp-content/themes/twentyseventeen/assets/css/blocks.css
97 97 width: 100%; 98 98 } 99 99 100 /* Cover Image*/100 /* Cover */ 101 101 102 102 .wp-block-cover-image.alignright, 103 .wp-block-cover.alignright, 103 104 .wp-block-cover-image.alignleft, 104 .wp-block-cover-image.aligncenter { 105 .wp-block-cover.alignleft, 106 .wp-block-cover-image.aligncenter, 107 .wp-block-cover.aligncenter { 105 108 display: flex; 106 109 } 107 110 … … 219 222 max-width: 100px; 220 223 } 221 224 225 /* Media & Text */ 226 227 .wp-block-media-text { 228 margin-bottom: 1.5em; 229 } 230 222 231 /*-------------------------------------------------------------- 223 232 5.0 Blocks - Widgets 224 233 --------------------------------------------------------------*/ 225 234 235 /* Archives, Categories & Latest Posts */ 236 237 .wp-block-archives.aligncenter, 238 .wp-block-categories.aligncenter, 239 .wp-block-latest-posts.aligncenter { 240 text-align: center; 241 } 242 226 243 /* Comments */ 227 244 228 245 .wp-block-latest-comments article { -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
25 25 font-size: 0.9375rem; 26 26 } 27 27 28 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 29 font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; 30 } 31 28 32 .edit-post-visual-editor .editor-block-list__block { 29 33 color: #333; 30 34 } … … 346 350 347 351 /* Main column width */ 348 352 349 body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block, 350 body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender, 351 body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block { 352 max-width: 740px; 353 .editor-styles-wrapper { 354 max-width: 100% !important; /* Override where editor-style.css is affecting this. */ 353 355 } 354 356 357 .wp-block { 358 max-width: 674px; /* Based on one-column post width; 644px + 30px to account for padding. */ 359 } 360 355 361 /* Background color */ 356 362 357 363 .gutenberg-editor-page .editor-block-list__block {