Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 239c937

Browse files
committed
Merge pull request #12025 from adobe/swmitra/BugFixesFor1.6Beta
Fix for relaunch corruption after activating no distraction mode
2 parents d31b6f7 + ccb26f1 commit 239c937

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/styles/brackets.less

+5-5
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ a, img {
120120
left: @sidebar-width; // changed dynamically via Resizer
121121
right: @main-toolbar-width;
122122
}
123+
124+
.force-right-zero {
125+
right: 0;
126+
}
123127
}
124128

125129
#titlebar, .modal-bar {
@@ -140,10 +144,6 @@ a, img {
140144
display: none !important;
141145
}
142146

143-
.force-right-zero {
144-
right: 0 !important;
145-
}
146-
147147
.busyCursor {
148148
cursor: wait !important;
149149
}
@@ -330,7 +330,7 @@ a, img {
330330
/* Placeholder shown when there is no editor open */
331331

332332
.view-pane {
333-
display: block;
333+
display: block !important;
334334
margin: 0;
335335
overflow: hidden;
336336
}

0 commit comments

Comments
 (0)