Ticket #61845: 61845.em.diff
File 61845.em.diff, 3.7 KB (added by , 7 weeks ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
325 325 .editor-styles-wrapper pre, 326 326 .editor-styles-wrapper samp { 327 327 border-radius: 0; 328 font-size: 0. 75em;328 font-size: 0.9em; 329 329 padding: 4px 6px; 330 330 } 331 331 … … 336 336 padding: 1em; 337 337 } 338 338 339 .editor-styles-wrapper pre code { 340 font-size: 1em; 341 } 339 342 343 340 344 /* Custom Text Sizes ------------------------- */ 341 345 342 346 .editor-styles-wrapper p.has-large-font-size.editor-rich-text__tinymce, … … 715 719 color: inherit; 716 720 } 717 721 718 .editor-styles-wrapper .wp-block-code, 719 .editor-styles-wrapper .wp-block-preformatted pre, 720 .editor-styles-wrapper .wp-block-verse pre { 722 .editor-styles-wrapper pre, 723 .editor-styles-wrapper .wp-block-code { 721 724 border: 1px solid #dcd7ca; 722 725 border-radius: 0; 723 726 padding: 30px; … … 730 733 background: transparent; 731 734 color: inherit; 732 735 font-family: monospace; 733 font-size: 1 4px;736 font-size: 16px; 734 737 } 735 738 736 739 /* Block: Cover ------------------------------ */ … … 1337 1340 font-size: 17px; 1338 1341 } 1339 1342 1340 /* BLOCK: CODE */1341 1342 .editor-styles-wrapper .wp-block-preformatted pre,1343 .editor-styles-wrapper .wp-block-code .block-editor-plain-text,1344 .editor-styles-wrapper .wp-block-verse pre {1345 font-size: 16px;1346 }1347 1348 1343 /* BLOCK: COLUMNS */ 1349 1344 1350 1345 .wp-block-column { -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
329 329 .editor-styles-wrapper pre, 330 330 .editor-styles-wrapper samp { 331 331 border-radius: 0; 332 font-size: 0. 75em;332 font-size: 0.9em; 333 333 padding: 4px 6px; 334 334 } 335 335 … … 340 340 padding: 1em; 341 341 } 342 342 343 .editor-styles-wrapper pre code { 344 font-size: 1em; 345 } 343 346 347 344 348 /* Custom Text Sizes ------------------------- */ 345 349 346 350 .editor-styles-wrapper p.has-large-font-size.editor-rich-text__tinymce, … … 719 723 color: inherit; 720 724 } 721 725 722 .editor-styles-wrapper .wp-block-code, 723 .editor-styles-wrapper .wp-block-preformatted pre, 724 .editor-styles-wrapper .wp-block-verse pre { 726 .editor-styles-wrapper pre, 727 .editor-styles-wrapper .wp-block-code { 725 728 border: 1px solid #dcd7ca; 726 729 border-radius: 0; 727 730 padding: 30px; … … 734 737 background: transparent; 735 738 color: inherit; 736 739 font-family: monospace; 737 font-size: 1 4px;740 font-size: 16px; 738 741 } 739 742 740 743 /* Block: Cover ------------------------------ */ … … 1341 1344 font-size: 17px; 1342 1345 } 1343 1346 1344 /* BLOCK: CODE */1345 1346 .editor-styles-wrapper .wp-block-preformatted pre,1347 .editor-styles-wrapper .wp-block-code .block-editor-plain-text,1348 .editor-styles-wrapper .wp-block-verse pre {1349 font-size: 16px;1350 }1351 1352 1347 /* BLOCK: COLUMNS */ 1353 1348 1354 1349 .wp-block-column { -
src/wp-content/themes/twentytwenty/style-rtl.css
595 595 596 596 pre code { 597 597 background: transparent; 598 font-size: 1em; 598 599 padding: 0; 599 600 } 600 601 -
src/wp-content/themes/twentytwenty/style.css
599 599 600 600 pre code { 601 601 background: transparent; 602 font-size: 1em; 602 603 padding: 0; 603 604 } 604 605