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

Commit

Permalink
Fix for relaunch corruption after activating no distraction mode
Browse files Browse the repository at this point in the history
  • Loading branch information
swmitra committed Dec 24, 2015
1 parent d31b6f7 commit ccb26f1
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 ccb26f1

Please sign in to comment.