Ticket #45245: 45245.patch
| File 45245.patch, 2.1 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 243 256 /*-------------------------------------------------------------- 244 257 5.0 Blocks - Widget Blocks 245 258 --------------------------------------------------------------*/ 246 259 260 /* Archives, Categories & Latest Posts */ 261 262 .wp-block-archives.aligncenter, 263 .wp-block-categories.aligncenter, 264 .wp-block-latest-posts.aligncenter { 265 text-align: center; 266 } 267 247 268 /* Latest Comments */ 248 269 249 270 .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,