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

Fix for relaunch corruption after activating no distraction mode #12025

Merged
merged 1 commit into from
Dec 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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