Make WordPress Core

Ticket #49254: 49254.1.diff

File 49254.1.diff, 1.3 KB (added by ianbelanger, 4 years ago)

Update the patch to include RTL styles

  • wp-content/themes/twentytwenty/style-rtl.css

     
    809809}
    810810
    811811input::-moz-placeholder {
    812         line-height: normal;
     812        line-height: revert; /* Reset to the value from the user-agent stylesheet. */
    813813}
    814814
    815815input[type="search"]::-webkit-search-decoration,
     
    45224522                margin-top: -1.8rem;
    45234523        }
    45244524
     4525        /* Template -------------------------------- */
     4526
     4527        /* TEMPLATE: COVER */
     4528
     4529        .template-cover .post-inner .post-meta-wrapper,
     4530        .template-cover .post-inner .author-bio {
     4531                width: calc( 100% - 4rem );
     4532        }
     4533
    45254534}
    45264535
    45274536@media ( min-width: 600px ) {
  • wp-content/themes/twentytwenty/style.css

     
    45564556                margin-top: -1.8rem;
    45574557        }
    45584558
     4559        /* Template -------------------------------- */
     4560
     4561        /* TEMPLATE: COVER */
     4562
     4563        .template-cover .post-inner .post-meta-wrapper,
     4564        .template-cover .post-inner .author-bio {
     4565                width: calc( 100% - 4rem );
     4566        }
     4567
    45594568}
    45604569
    45614570@media ( min-width: 600px ) {