Index: wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
===================================================================
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css	(revision 12952)
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css	(working copy)
@@ -4561,7 +4561,7 @@
 
 @media screen and (max-width: 568px) {
 	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 {
-		right: -16px;
+		right: 0px;
 	}
 }
 
@@ -4592,7 +4592,7 @@
 
 @media screen and (max-width: 568px) {
 	body.single-topic:not(body.topic-edit) .entry-content header {
-		padding-right: 1rem;
+		padding-right: 2rem;
 	}
 }
 
Index: wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
===================================================================
--- wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css	(revision 12952)
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css	(working copy)
@@ -4301,6 +4301,7 @@
 @media (max-width: 767px) {
 	#bbpress-forums input[type="text"] {
 		width: 100%;
+		margin-bottom: 6px;
 	}
 }
 
@@ -4563,7 +4564,7 @@
 
 @media screen and (max-width: 568px) {
 	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 {
-		left: -16px;
+		left: 0px;
 	}
 }
 
@@ -4594,7 +4595,7 @@
 
 @media screen and (max-width: 568px) {
 	body.single-topic:not(body.topic-edit) .entry-content header {
-		padding-left: 1rem;
+		padding-left: 2rem;
 	}
 }
 
