Skip to content

Commit

Permalink
Merge pull request #10160 from RocketChat/fix-extended-view-sidebar
Browse files Browse the repository at this point in the history
[FIX] Extended view mode on sidebar
  • Loading branch information
rodrigok authored Mar 26, 2018
2 parents 8932197 + 5be5cef commit 4ab41bc
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,11 @@
&__message {
display: flex;
overflow: hidden;
flex-direction: row !important;
flex: 1;

margin: 0 -3px;
align-items: center;
justify-content: space-between;

&-top {
overflow: hidden;
}
}

&__name {
Expand Down Expand Up @@ -295,6 +290,10 @@
}
}

.flex-nav .sidebar-item__message {
flex-direction: row;
}

.rtl .sidebar-item {
&__menu {
right: auto;
Expand Down

0 comments on commit 4ab41bc

Please sign in to comment.