Ticket #7436: 7436.patch
| File 7436.patch, 2.0 KB (added by , 2 years ago) |
|---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
4561 4561 4562 4562 @media screen and (max-width: 568px) { 4563 4563 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; 4565 4565 } 4566 4566 } 4567 4567 … … 4592 4592 4593 4593 @media screen and (max-width: 568px) { 4594 4594 body.single-topic:not(body.topic-edit) .entry-content header { 4595 padding-right: 1rem;4595 padding-right: 2rem; 4596 4596 } 4597 4597 } 4598 4598 -
wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
4301 4301 @media (max-width: 767px) { 4302 4302 #bbpress-forums input[type="text"] { 4303 4303 width: 100%; 4304 margin-bottom: 6px; 4304 4305 } 4305 4306 } 4306 4307 … … 4563 4564 4564 4565 @media screen and (max-width: 568px) { 4565 4566 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; 4567 4568 } 4568 4569 } 4569 4570 … … 4594 4595 4595 4596 @media screen and (max-width: 568px) { 4596 4597 body.single-topic:not(body.topic-edit) .entry-content header { 4597 padding-left: 1rem;4598 padding-left: 2rem; 4598 4599 } 4599 4600 } 4600 4601