Skip to content

Commit

Permalink
improved sidebar overlay - should fix RocketChat/Rocket.Chat.Cordova#15
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Feb 26, 2016
1 parent 64020f3 commit 265b8f3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/rocketchat-theme/assets/stylesheets/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@ a.github-fork {
right: 0;
background: #FCFCFC;
border-left: 1px solid #eaeaea;
z-index: 13;
z-index: 130;

.tab-button {
cursor: pointer;
Expand All @@ -2871,7 +2871,7 @@ a.github-fork {
border-left: 1px solid;
overflow-x: visible;
position: fixed;
z-index: 100;
z-index: 110;
max-width: @flex-tab-width;
width: 90%;
bottom: 0;
Expand Down Expand Up @@ -4020,13 +4020,15 @@ a.github-fork {
}
.main-content {
left: 0;
.transition(transform .2s linear);
z-index: 1000;
z-index: 120;

&.notransition {
.transition(transform .0s);
}
}
.main-content, .flex-tab-bar {
.transition(transform .2s linear);
}
.fixed-title h2 {
margin-left: 45px;
}
Expand Down Expand Up @@ -4059,7 +4061,7 @@ a.github-fork {
}
}
}
.main-content {
.main-content, .flex-tab-bar {
.transform(translateX(@rooms-box-width));
}
}
Expand Down

0 comments on commit 265b8f3

Please sign in to comment.