Ticket #55744: 55744.3.patch
File 55744.3.patch, 1.7 KB (added by , 2 years ago) |
---|
-
wp-content/themes/twentytwenty/style-rtl.css
3688 3688 text-align: center; 3689 3689 } 3690 3690 3691 .wp-block-post-comments-form .comment-reply-title { 3692 margin-bottom: 4rem; 3693 } 3691 3694 3695 3692 3696 /* Comment Item ----------------------------- */ 3693 3697 3694 3698 /* COMMENT HEADER */ … … 5393 5397 margin-top: 8rem; 5394 5398 } 5395 5399 5396 .comment-reply-title { 5397 margin-bottom: 4.6rem; 5400 .comment-reply-title, 5401 .wp-block-post-comments-form .comment-reply-title { 5402 margin-bottom: 3rem; 5403 } 5404 5405 .wp-block-post-comments-form.comment-respond p.comment-notes, .wp-block-post-comments-form.comment-respond p.logged-in-as { 5406 margin: 3rem 0 6rem 0; 5398 5407 } 5399 5408 5400 5409 .comment-respond p.comment-notes, -
wp-content/themes/twentytwenty/style.css
3720 3720 text-align: center; 3721 3721 } 3722 3722 3723 .wp-block-post-comments-form .comment-reply-title { 3724 margin-bottom: 4rem; 3725 } 3723 3726 3724 3727 /* Comment Item ----------------------------- */ 3725 3728 … … 5457 5460 margin-top: 8rem; 5458 5461 } 5459 5462 5460 .comment-reply-title { 5461 margin-bottom: 4.6rem; 5463 .comment-reply-title, 5464 .wp-block-post-comments-form .comment-reply-title { 5465 margin-bottom: 3rem; 5466 } 5467 5468 .wp-block-post-comments-form.comment-respond p.comment-notes, .wp-block-post-comments-form.comment-respond p.logged-in-as { 5469 margin: 3rem 0 6rem 0; 5462 5470 } 5463 5471 5464 5472 .comment-respond p.comment-notes,