Make WordPress Core

Ticket #56175: 56175.2.patch

File 56175.2.patch, 1.6 KB (added by multidots1896, 3 years ago)

added patch

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    10191019        margin-top: 15px;
    10201020}
    10211021
     1022@media (min-width: 600px){
     1023        .wp-block-latest-posts.columns-2 li {
     1024                width: calc(50% - 1em);
     1025        }
     1026}
     1027
    10221028/* Block: Shortcode -------------------------- */
    10231029
    10241030.editor-styles-wrapper .wp-block-shortcode textarea {
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    10191019        margin-top: 15px;
    10201020}
    10211021
     1022@media (min-width: 600px){
     1023        .wp-block-latest-posts.columns-2 li {
     1024                width: calc(50% - 1em);
     1025        }
     1026}
     1027
    10221028/* Block: Shortcode -------------------------- */
    10231029
    10241030.editor-styles-wrapper .wp-block-shortcode textarea {
  • wp-includes/blocks/latest-posts/style.css

     
    100100}
    101101@media (min-width: 600px) {
    102102  .wp-block-latest-posts.columns-2 li {
    103     width: calc((100% / 2) - 1.25em + (1.25em / 2));
     103    width: calc(50% - 1em) !important;
    104104  }
    105105  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    106106    margin-right: 0;