Ticket #63860: 63860.1.patch
| File 63860.1.patch, 3.9 KB (added by , 9 months ago) |
|---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
856 856 max-width: 100%; 857 857 } 858 858 859 .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .block-editor-block-list__block-edit .wp-block-pullquote::before { 859 .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .block-editor-block-list__block-edit .wp-block-pullquote::before, 860 .editor-styles-wrapper .wp-block-pullquote.has-text-align-right::before { 860 861 margin-left: 0; 861 862 } 862 863 863 .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .block-editor-block-list__block-edit .wp-block-pullquote::before { 864 .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .block-editor-block-list__block-edit .wp-block-pullquote::before, 865 .editor-styles-wrapper .wp-block-pullquote.has-text-align-left::before { 864 866 margin-right: 0; 865 867 } 866 868 -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
860 860 max-width: 100%; 861 861 } 862 862 863 .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .block-editor-block-list__block-edit .wp-block-pullquote::before { 863 .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .block-editor-block-list__block-edit .wp-block-pullquote::before, 864 .editor-styles-wrapper .wp-block-pullquote.has-text-align-right::before { 864 865 margin-right: 0; 865 866 } 866 867 867 .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .block-editor-block-list__block-edit .wp-block-pullquote::before { 868 .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .block-editor-block-list__block-edit .wp-block-pullquote::before, 869 .editor-styles-wrapper .wp-block-pullquote.has-text-align-left::before { 868 870 margin-left: 0; 869 871 } 870 872 -
src/wp-content/themes/twentytwenty/style-rtl.css
3236 3236 font-size: 6.2rem; 3237 3237 font-weight: 500; 3238 3238 line-height: 1.2; 3239 margin: 0 auto 1.5rem auto;3239 margin: 0 auto 1.5rem; 3240 3240 text-align: center; 3241 3241 height: 4.4rem; 3242 3242 width: 4.4rem; … … 3292 3292 text-align: left; 3293 3293 } 3294 3294 3295 .wp-block-pullquote.alignleft::before { 3295 .wp-block-pullquote.alignleft::before, 3296 .wp-block-pullquote.has-text-align-left::before { 3296 3297 margin-right: 0; 3297 3298 } 3298 3299 3299 .wp-block-pullquote.alignright::before { 3300 .wp-block-pullquote.alignright::before, 3301 .wp-block-pullquote.has-text-align-right::before { 3300 3302 margin-left: 0; 3301 3303 } 3302 3304 -
src/wp-content/themes/twentytwenty/style.css
3256 3256 font-size: 6.2rem; 3257 3257 font-weight: 500; 3258 3258 line-height: 1.2; 3259 margin: 0 auto 1.5rem auto;3259 margin: 0 auto 1.5rem; 3260 3260 text-align: center; 3261 3261 height: 4.4rem; 3262 3262 width: 4.4rem; … … 3312 3312 text-align: right; 3313 3313 } 3314 3314 3315 .wp-block-pullquote.alignleft::before { 3315 .wp-block-pullquote.alignleft::before, 3316 .wp-block-pullquote.has-text-align-left::before { 3316 3317 margin-left: 0; 3317 3318 } 3318 3319 3319 .wp-block-pullquote.alignright::before { 3320 .wp-block-pullquote.alignright::before, 3321 .wp-block-pullquote.has-text-align-right::before { 3320 3322 margin-right: 0; 3321 3323 } 3322 3324