diff --git a/src/styles/brackets.less b/src/styles/brackets.less index a39a254664d..f0cb5ca316c 100644 --- a/src/styles/brackets.less +++ b/src/styles/brackets.less @@ -120,6 +120,10 @@ a, img { left: @sidebar-width; // changed dynamically via Resizer right: @main-toolbar-width; } + + .force-right-zero { + right: 0; + } } #titlebar, .modal-bar { @@ -140,10 +144,6 @@ a, img { display: none !important; } -.force-right-zero { - right: 0 !important; -} - .busyCursor { cursor: wait !important; } @@ -330,7 +330,7 @@ a, img { /* Placeholder shown when there is no editor open */ .view-pane { - display: block; + display: block !important; margin: 0; overflow: hidden; }