Ticket #49254: 49254.1.diff
File 49254.1.diff, 1.3 KB (added by , 4 years ago) |
---|
-
wp-content/themes/twentytwenty/style-rtl.css
809 809 } 810 810 811 811 input::-moz-placeholder { 812 line-height: normal;812 line-height: revert; /* Reset to the value from the user-agent stylesheet. */ 813 813 } 814 814 815 815 input[type="search"]::-webkit-search-decoration, … … 4522 4522 margin-top: -1.8rem; 4523 4523 } 4524 4524 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 4525 4534 } 4526 4535 4527 4536 @media ( min-width: 600px ) { -
wp-content/themes/twentytwenty/style.css
4556 4556 margin-top: -1.8rem; 4557 4557 } 4558 4558 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 4559 4568 } 4560 4569 4561 4570 @media ( min-width: 600px ) {