Make WordPress Core

Ticket #59334: 59334.3.patch

File 59334.3.patch, 1.4 KB (added by nidhidhandhukiya, 12 months ago)
  • wp-content/themes/twentynineteen/sass/site/primary/_comments.scss

     
    8686                top: calc(-3.5 * #{$size__spacing-unit});
    8787                width: calc(100vw / 12 );
    8888        }
     89        .comment-reply-title{
     90                small{
     91                        margin-left: 0.5em;
     92                }
     93        }
    8994}
    9095
    9196#comments {
  • wp-content/themes/twentyseventeen/style.css

     
    43714371                padding: 0;
    43724372        }
    43734373}
     4374/**  Comment Title      */
     4375.comment-reply-title small {
     4376    margin-left: 0.5em;
     4377}
     4378 No newline at end of file
  • wp-content/themes/twentytwentytwo/style.css

     
    146146        padding-left: var(--wp--custom--spacing--outer);
    147147}
    148148
     149.wp-block-post-comments .comment-reply-title > small::before {
     150        content: "";
     151        display: inline-block;
     152        width: 0.5em;
     153        height: 1em;
     154  }
     155 No newline at end of file