diff --git a/app/assets/javascripts/discourse/templates/post.hbs b/app/assets/javascripts/discourse/templates/post.hbs
index f40dc068ca9..6fdfcfcdd2d 100644
--- a/app/assets/javascripts/discourse/templates/post.hbs
+++ b/app/assets/javascripts/discourse/templates/post.hbs
@@ -71,8 +71,8 @@
-
+
+
diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index f388da26630..626ca0f6b5e 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -789,16 +789,20 @@ $topic-avatar-width: 45px;
}
#selected-posts {
-
- margin-left: 330px;
width: 200px;
position: fixed;
z-index: 1000;
- left: 50%;
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
border: 1px solid $tertiary;
padding: 5px;
margin-bottom: 5px;
+ right: 10px;
+
+ @include large-width {
+ right: auto;
+ margin-left: 330px;
+ left: 50%;
+ }
button {
width: 180px;
@@ -880,7 +884,7 @@ $topic-avatar-width: 45px;
left: 100%;
z-index: 490;
top: 8px;
- width: 800px;
+ width: 200px;
height: 100px;
background-color: $secondary;