Ticket #59334: 59334.3.patch
File 59334.3.patch, 1.4 KB (added by , 12 months ago) |
---|
-
wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
86 86 top: calc(-3.5 * #{$size__spacing-unit}); 87 87 width: calc(100vw / 12 ); 88 88 } 89 .comment-reply-title{ 90 small{ 91 margin-left: 0.5em; 92 } 93 } 89 94 } 90 95 91 96 #comments { -
wp-content/themes/twentyseventeen/style.css
4371 4371 padding: 0; 4372 4372 } 4373 4373 } 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
146 146 padding-left: var(--wp--custom--spacing--outer); 147 147 } 148 148 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