Make WordPress Core

Ticket #59334: 59334.2.patch

File 59334.2.patch, 2.9 KB (added by himshekhar07, 12 months ago)

Patch added

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

     
    45674567         * post itself (this happens on pages).
    45684568         */
    45694569}
     4570.comment-reply-title small {
     4571   margin-left: 10px;
     4572}
    45704573
     4574@media only screen and (max-width: 768px) {
     4575 .comment-reply-title small{
     4576   font-size: 13px;
     4577 }
     4578}
     4579
    45714580@media only screen and (min-width: 768px) {
    45724581  .comments-area {
    45734582    max-width: calc(8 * (100vw / 12) - 28px);
  • wp-content/themes/twentynineteen/style.css

     
    45734573         * post itself (this happens on pages).
    45744574         */
    45754575}
     4576.comment-reply-title small {
     4577   margin-left: 10px;
     4578}
    45764579
     4580@media only screen and (max-width: 768px) {
     4581 .comment-reply-title small{
     4582   font-size: 13px;
     4583 }
     4584}
     4585
    45774586@media only screen and (min-width: 768px) {
    45784587  .comments-area {
    45794588    max-width: calc(8 * (100vw / 12) - 28px);
  • wp-content/themes/twentyseventeen/rtl.css

     
    202202.comment-form #wp-comment-cookies-consent {
    203203        margin: 0 0 0 10px;
    204204}
     205.comment-reply-title small {
     206   margin-left: 10px;
     207}
    205208
     209@media only screen and (max-width: 768px) {
     210 .comment-reply-title small{
     211   font-size: 13px;
     212 }
     213}
     214
    206215/* Post Formats */
    207216
    208217.format-quote blockquote .icon {
  • wp-content/themes/twentyseventeen/style.css

     
    25222522.comment-form .comment-form-cookies-consent label {
    25232523        display: inline;
    25242524}
     2525.comment-reply-title small {
     2526   margin-left: 10px;
     2527 }
    25252528
     2529@media only screen and (max-width: 768px) {
     2530 .comment-reply-title small{
     2531   font-size: 13px;
     2532 }
     2533}
     2534
    25262535/*--------------------------------------------------------------
    2527253615.0 Widgets
    25282537--------------------------------------------------------------*/
  • wp-content/themes/twentytwentytwo/style.css

     
    159159.wp-block-post-comments ol.commentlist li.comment:not(:last-child) {
    160160        margin-bottom: 1rem;
    161161}
     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}