Ticket #59334: 59334.2.patch
File 59334.2.patch, 2.9 KB (added by , 12 months ago) |
---|
-
wp-content/themes/twentynineteen/style-rtl.css
4567 4567 * post itself (this happens on pages). 4568 4568 */ 4569 4569 } 4570 .comment-reply-title small { 4571 margin-left: 10px; 4572 } 4570 4573 4574 @media only screen and (max-width: 768px) { 4575 .comment-reply-title small{ 4576 font-size: 13px; 4577 } 4578 } 4579 4571 4580 @media only screen and (min-width: 768px) { 4572 4581 .comments-area { 4573 4582 max-width: calc(8 * (100vw / 12) - 28px); -
wp-content/themes/twentynineteen/style.css
4573 4573 * post itself (this happens on pages). 4574 4574 */ 4575 4575 } 4576 .comment-reply-title small { 4577 margin-left: 10px; 4578 } 4576 4579 4580 @media only screen and (max-width: 768px) { 4581 .comment-reply-title small{ 4582 font-size: 13px; 4583 } 4584 } 4585 4577 4586 @media only screen and (min-width: 768px) { 4578 4587 .comments-area { 4579 4588 max-width: calc(8 * (100vw / 12) - 28px); -
wp-content/themes/twentyseventeen/rtl.css
202 202 .comment-form #wp-comment-cookies-consent { 203 203 margin: 0 0 0 10px; 204 204 } 205 .comment-reply-title small { 206 margin-left: 10px; 207 } 205 208 209 @media only screen and (max-width: 768px) { 210 .comment-reply-title small{ 211 font-size: 13px; 212 } 213 } 214 206 215 /* Post Formats */ 207 216 208 217 .format-quote blockquote .icon { -
wp-content/themes/twentyseventeen/style.css
2522 2522 .comment-form .comment-form-cookies-consent label { 2523 2523 display: inline; 2524 2524 } 2525 .comment-reply-title small { 2526 margin-left: 10px; 2527 } 2525 2528 2529 @media only screen and (max-width: 768px) { 2530 .comment-reply-title small{ 2531 font-size: 13px; 2532 } 2533 } 2534 2526 2535 /*-------------------------------------------------------------- 2527 2536 15.0 Widgets 2528 2537 --------------------------------------------------------------*/ -
wp-content/themes/twentytwentytwo/style.css
159 159 .wp-block-post-comments ol.commentlist li.comment:not(:last-child) { 160 160 margin-bottom: 1rem; 161 161 } 162 .comment-reply-title small { 163 margin-left: 10px; 164 } 165 166 @media only screen and (max-width: 768px) { 167 .comment-reply-title small{ 168 font-size: 13px; 169 } 170 }