summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_desktop.scss11
1 files changed, 6 insertions, 5 deletions
diff --git a/webapp/sass/responsive/_desktop.scss b/webapp/sass/responsive/_desktop.scss
index 3b36fb75f..38037d105 100644
--- a/webapp/sass/responsive/_desktop.scss
+++ b/webapp/sass/responsive/_desktop.scss
@@ -36,6 +36,12 @@
}
}
+@media screen and (max-width: 1258px) {
+ .backstage-content {
+ margin: 46px 46px 46px 150px;
+ }
+}
+
@media screen and (max-width: 1140px) {
.tip-overlay {
&.tip-overlay--chat {
@@ -48,11 +54,6 @@
}
}
- .backstage-content {
- margin: 46px 46px 46px 150px;
- }
-
-
.inner-wrap {
&.move--left {
.file-overlay {