diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index bd4b0c9f5f0..c5f88134b6d 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -209,12 +209,12 @@ } @media all -and (max-width : 1000px) { +and (min-width: 400px) { #topic-progress, #topic-progress-expanded { - right: 0; - left: 0; - } + right: 0; + left: 0; + } #topic-progress-wrapper { right: 160px; @@ -229,7 +229,6 @@ and (max-width : 1000px) { } } - @media all and (max-width : 485px) {