Make WordPress Core

Ticket #55744: 55744.3.patch

File 55744.3.patch, 1.7 KB (added by multidots1896, 2 years ago)

added patch

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

     
    36883688        text-align: center;
    36893689}
    36903690
     3691.wp-block-post-comments-form .comment-reply-title {
     3692    margin-bottom: 4rem;
     3693}       
    36913694
     3695
    36923696/* Comment Item ----------------------------- */
    36933697
    36943698/* COMMENT HEADER */
     
    53935397                margin-top: 8rem;
    53945398        }
    53955399
    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;
    53985407        }
    53995408
    54005409        .comment-respond p.comment-notes,
  • wp-content/themes/twentytwenty/style.css

     
    37203720        text-align: center;
    37213721}
    37223722
     3723.wp-block-post-comments-form .comment-reply-title {
     3724    margin-bottom: 4rem;
     3725}
    37233726
    37243727/* Comment Item ----------------------------- */
    37253728
     
    54575460                margin-top: 8rem;
    54585461        }
    54595462
    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;
    54625470        }
    54635471
    54645472        .comment-respond p.comment-notes,