diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 973cca3834e..b5b81a42f02 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -569,6 +569,13 @@ iframe { top: 30px; width: 400px; z-index: 1; + @include medium-width { + left: 98px; + } + + @include small-width { + left: 94px; + } } .names, .user-title {