Ticket #49699: 49699.patch
File 49699.patch, 4.9 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
74 74 margin: $size__spacing-unit 0; 75 75 width: 1em; 76 76 } 77 78 &.has-text-align-center:before { 79 margin-left: auto; 80 margin-right: auto; 81 } 82 83 &.has-text-align-right:before { 84 margin-left: auto; 85 } 77 86 } 78 87 79 88 /* If we add the border using a regular CSS border, it won't look good on non-retina devices, -
src/wp-content/themes/twentynineteen/style-editor.css
636 636 width: 1em; 637 637 } 638 638 639 h1.has-text-align-center:before { 640 margin-left: auto; 641 margin-right: auto; 642 } 643 644 h1.has-text-align-right:before { 645 margin-left: auto; 646 } 647 639 648 @media only screen and (min-width: 768px) { 640 649 h1 { 641 650 font-size: 2.8125em; … … 655 664 width: 1em; 656 665 } 657 666 667 h2.has-text-align-center:before { 668 margin-left: auto; 669 margin-right: auto; 670 } 671 672 h2.has-text-align-right:before { 673 margin-left: auto; 674 } 675 658 676 @media only screen and (min-width: 768px) { 659 677 h2 { 660 678 font-size: 2.25em; … … 768 786 width: 1em; 769 787 } 770 788 789 .editor-post-title__block.has-text-align-center:before { 790 margin-left: auto; 791 margin-right: auto; 792 } 793 794 .editor-post-title__block.has-text-align-right:before { 795 margin-left: auto; 796 } 797 771 798 .editor-post-title__block:before { 772 799 width: 2.8125em; 773 800 margin-top: 0; -
src/wp-content/themes/twentynineteen/style-rtl.css
2527 2527 width: 1em; 2528 2528 } 2529 2529 2530 h1:not(.site-title).has-text-align-center:before, 2531 h2.has-text-align-center:before { 2532 margin-right: auto; 2533 margin-left: auto; 2534 } 2535 2536 h1:not(.site-title).has-text-align-right:before, 2537 h2.has-text-align-right:before { 2538 margin-right: auto; 2539 } 2540 2530 2541 hr { 2531 2542 background-color: #767676; 2532 2543 border: 0; … … 4209 4219 width: 1em; 4210 4220 } 4211 4221 4222 .entry .entry-title.has-text-align-center:before { 4223 margin-right: auto; 4224 margin-left: auto; 4225 } 4226 4227 .entry .entry-title.has-text-align-right:before { 4228 margin-right: auto; 4229 } 4230 4212 4231 .entry .entry-title a { 4213 4232 color: inherit; 4214 4233 } … … 4493 4512 width: 1em; 4494 4513 } 4495 4514 4515 .author-bio .author-title.has-text-align-center:before { 4516 margin-right: auto; 4517 margin-left: auto; 4518 } 4519 4520 .author-bio .author-title.has-text-align-right:before { 4521 margin-right: auto; 4522 } 4523 4496 4524 .author-bio .author-description { 4497 4525 display: inline; 4498 4526 color: #767676; … … 4587 4615 width: 1em; 4588 4616 } 4589 4617 4618 .comments-area .comments-title-wrap .comments-title.has-text-align-center:before { 4619 margin-right: auto; 4620 margin-left: auto; 4621 } 4622 4623 .comments-area .comments-title-wrap .comments-title.has-text-align-right:before { 4624 margin-right: auto; 4625 } 4626 4590 4627 @media only screen and (min-width: 768px) { 4591 4628 .comments-area .comments-title-wrap .comments-title { 4592 4629 flex: 1 0 calc(3 * (100vw / 12)); -
src/wp-content/themes/twentynineteen/style.css
2527 2527 width: 1em; 2528 2528 } 2529 2529 2530 h1:not(.site-title).has-text-align-center:before, 2531 h2.has-text-align-center:before { 2532 margin-left: auto; 2533 margin-right: auto; 2534 } 2535 2536 h1:not(.site-title).has-text-align-right:before, 2537 h2.has-text-align-right:before { 2538 margin-left: auto; 2539 } 2540 2530 2541 hr { 2531 2542 background-color: #767676; 2532 2543 border: 0; … … 4215 4225 width: 1em; 4216 4226 } 4217 4227 4228 .entry .entry-title.has-text-align-center:before { 4229 margin-left: auto; 4230 margin-right: auto; 4231 } 4232 4233 .entry .entry-title.has-text-align-right:before { 4234 margin-left: auto; 4235 } 4236 4218 4237 .entry .entry-title a { 4219 4238 color: inherit; 4220 4239 } … … 4499 4518 width: 1em; 4500 4519 } 4501 4520 4521 .author-bio .author-title.has-text-align-center:before { 4522 margin-left: auto; 4523 margin-right: auto; 4524 } 4525 4526 .author-bio .author-title.has-text-align-right:before { 4527 margin-left: auto; 4528 } 4529 4502 4530 .author-bio .author-description { 4503 4531 display: inline; 4504 4532 color: #767676; … … 4593 4621 width: 1em; 4594 4622 } 4595 4623 4624 .comments-area .comments-title-wrap .comments-title.has-text-align-center:before { 4625 margin-left: auto; 4626 margin-right: auto; 4627 } 4628 4629 .comments-area .comments-title-wrap .comments-title.has-text-align-right:before { 4630 margin-left: auto; 4631 } 4632 4596 4633 @media only screen and (min-width: 768px) { 4597 4634 .comments-area .comments-title-wrap .comments-title { 4598 4635 flex: 1 0 calc(3 * (100vw / 12));