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 #9376 from MarcelGerber/sidebar-gap
Browse files Browse the repository at this point in the history
Fix Sidebar Gap
  • Loading branch information
redmunds committed Oct 6, 2014
2 parents 224af57 + 35fb243 commit a0fbf73
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,24 @@ a, img {
height: 100%;

.dark & {
background: @dark-bc-menu-bg;
background: @dark-bc-menu-bg;
}

.sidebar {
.sidebar, .content {
height: 100%;
.vbox;
width: @sidebar-width; // changed dynamically via Resizer
position: absolute;
left: 0;
top: 0;
}

.sidebar {
.vbox;
left: 0;
width: @sidebar-width; // changed dynamically via Resizer
white-space: nowrap;
}

.content {
height: 100%;
position: absolute;
padding: 0;
top: 0;
left: @sidebar-width; // changed dynamically via Resizer
right: @main-toolbar-width;
}
Expand Down Expand Up @@ -772,11 +773,6 @@ a, img {
}
}

#sidebar {
position: relative;
white-space: nowrap;
}

#sidebar-resizer {
position: absolute;
width: 6px;
Expand Down

0 comments on commit a0fbf73

Please sign in to comment.