Making WordPress.org

Ticket #7436: 7436.patch

File 7436.patch, 2.0 KB (added by pranitdugad, 2 years ago)

After applying this patch , this issue is resolved

  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css

     
    45614561
    45624562@media screen and (max-width: 568px) {
    45634563        body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.super-sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.status-closed > .topic-indicator {
    4564                 right: -16px;
     4564                right: 0px;
    45654565        }
    45664566}
    45674567
     
    45924592
    45934593@media screen and (max-width: 568px) {
    45944594        body.single-topic:not(body.topic-edit) .entry-content header {
    4595                 padding-right: 1rem;
     4595                padding-right: 2rem;
    45964596        }
    45974597}
    45984598
  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

     
    43014301@media (max-width: 767px) {
    43024302        #bbpress-forums input[type="text"] {
    43034303                width: 100%;
     4304                margin-bottom: 6px;
    43044305        }
    43054306}
    43064307
     
    45634564
    45644565@media screen and (max-width: 568px) {
    45654566        body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.super-sticky > .topic-indicator, body.single-topic:not(body.topic-edit) .entry-content #bbpress-forums .topic.status-closed > .topic-indicator {
    4566                 left: -16px;
     4567                left: 0px;
    45674568        }
    45684569}
    45694570
     
    45944595
    45954596@media screen and (max-width: 568px) {
    45964597        body.single-topic:not(body.topic-edit) .entry-content header {
    4597                 padding-left: 1rem;
     4598                padding-left: 2rem;
    45984599        }
    45994600}
    46004601