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

Commit

Permalink
Merge pull request #12025 from adobe/swmitra/BugFixesFor1.6Beta
Browse files Browse the repository at this point in the history
Fix for relaunch corruption after activating no distraction mode
  • Loading branch information
nethip committed Dec 24, 2015
2 parents d31b6f7 + ccb26f1 commit 239c937
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -140,10 +144,6 @@ a, img {
display: none !important;
}

.force-right-zero {
right: 0 !important;
}

.busyCursor {
cursor: wait !important;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 239c937

Please sign in to comment.