From c12d997f248c143b7746d07a3c2ce9b58a3ecd5e Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 5 Apr 2016 18:22:26 +0500 Subject: Multiple UI Improvements * Fixing backstage scrolling and link issue * Fixing system console and color picker css * Changing the toggleclass --- webapp/sass/responsive/_desktop.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'webapp/sass/responsive') 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 { -- cgit v1.2.3-1-g7c22