Skip to content

Commit

Permalink
Improve sidebar slide (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco authored and topdown committed Oct 12, 2016
1 parent d1ea606 commit cb9338f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions compass/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ tr.highlight {
}

#wrapper.toggled .sidebar {
width: 0;
left: -40px;
transform: translateX(-100%);
}

#wrapper.toggled .main {
Expand Down Expand Up @@ -336,4 +335,3 @@ td span.handle {
tr:hover td span.handle {
color: #777;
}

3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5276,8 +5276,7 @@ tr.highlight {
}

#wrapper.toggled .sidebar {
width: 0;
left: -40px;
transform: translateX(-100%);
}

#wrapper.toggled .main {
Expand Down

0 comments on commit cb9338f

Please sign in to comment.