summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_desktop.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-05 18:22:26 +0500
committerChristopher Speller <crspeller@gmail.com>2016-04-05 09:22:26 -0400
commitc12d997f248c143b7746d07a3c2ce9b58a3ecd5e (patch)
treea6f3923d453b09321c3130d8b6179984b6453b22 /webapp/sass/responsive/_desktop.scss
parent26ccc478e1f2b309cfd22271445cfd21cc306262 (diff)
downloadchat-c12d997f248c143b7746d07a3c2ce9b58a3ecd5e.tar.gz
chat-c12d997f248c143b7746d07a3c2ce9b58a3ecd5e.tar.bz2
chat-c12d997f248c143b7746d07a3c2ce9b58a3ecd5e.zip
Multiple UI Improvements
* Fixing backstage scrolling and link issue * Fixing system console and color picker css * Changing the toggleclass
Diffstat (limited to 'webapp/sass/responsive/_desktop.scss')
-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 {