Skip to content

Commit

Permalink
Fix #782.
Browse files Browse the repository at this point in the history
Swipe with flex panel breaks
  • Loading branch information
marceloschmidt committed Apr 29, 2016
1 parent d5c7766 commit 7d18086
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/rocketchat-theme/assets/stylesheets/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -1705,10 +1705,9 @@ a.github-fork {
top: 0;
bottom: 0;
left: @rooms-box-width;
right: 0;
right: 40px;
width: auto;
height: auto;
margin-right: 40px;
.transition(width .25s cubic-bezier(.5, 0, .1, 1));
&.flex-opened {
right: @flex-tab-width;
Expand Down

0 comments on commit 7d18086

Please sign in to comment.