Ticket #45245: 45245.1.patch
| File 45245.1.patch, 3.0 KB (added by , 8 years ago) |
|---|
-
src/wp-content/themes/twentysixteen/css/blocks.css
76 76 width: 100%; 77 77 } 78 78 79 /* Cover */ 80 81 .wp-block-cover-image.aligncenter, 82 .wp-block-cover.aligncenter { 83 display: flex; 84 } 85 79 86 /* File */ 80 87 81 88 .wp-block-file .wp-block-file__button { … … 240 247 max-width: 100%; 241 248 } 242 249 250 /* Media & Text */ 251 252 .wp-block-media-text { 253 margin-bottom: 1.75em; 254 } 255 256 .wp-block-media-text *:last-child { 257 margin-bottom: 0; 258 } 259 243 260 /*-------------------------------------------------------------- 244 261 5.0 Blocks - Widget Blocks 245 262 --------------------------------------------------------------*/ 246 263 264 /* Archives, Categories & Latest Posts */ 265 266 .wp-block-archives.aligncenter, 267 .wp-block-categories.aligncenter, 268 .wp-block-latest-posts.aligncenter { 269 list-style-position: inside; 270 text-align: center; 271 } 272 247 273 /* Latest Comments */ 248 274 249 275 .wp-block-latest-comments__comment-meta a { -
src/wp-content/themes/twentysixteen/css/editor-blocks.css
20 20 21 21 .edit-post-visual-editor .editor-block-list__block, 22 22 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 23 color: #1a1a1a;24 23 font-family: Merriweather, Georgia, serif; 25 24 font-size: 16px; 26 25 font-size: 1rem; … … 173 172 174 173 /* Main column width */ 175 174 176 body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block, 177 body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender, 178 body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block { 179 max-width: 630px; /* 600px + 30px for padding; should be 840px for pages */ 175 .editor-styles-wrapper { 176 max-width: 100% !important; /* Override where editor-style.css is affecting this */ 180 177 } 181 178 179 .wp-block { 180 max-width: 630px; /* 600px + 30px to account for padding. */ 181 } 182 182 183 /* Link styles */ 183 184 184 185 .edit-post-visual-editor a, … … 535 536 --------------------------------------------------------------*/ 536 537 537 538 /* Buttons */ 539 538 540 .wp-block-button .wp-block-button__link { 539 541 background: #1a1a1a; 540 542 border: 0; … … 548 550 text-transform: uppercase; 549 551 } 550 552 553 /* Media & Text */ 554 555 .wp-block-media-text *:last-child { 556 margin-bottom: 0; 557 } 558 551 559 /*-------------------------------------------------------------- 552 560 6.0 Blocks - Widgets 553 561 --------------------------------------------------------------*/ 554 562 563 /* Archives, Categories & Latest Posts */ 564 565 [data-align="center"] .wp-block-archives ul, 566 [data-align="center"] .wp-block-categories ul, 567 [data-align="center"] .wp-block-latest-posts ul { 568 list-style-position: inside; 569 } 570 555 571 /* Latest Comments */ 556 572 557 573 .editor-block-list__block .wp-block-latest-comments__comment-meta a {