Skip to content

Commit

Permalink
Fix hiding flex-tab on embedded view
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jul 13, 2017
1 parent 475ed0a commit a70a97f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/rocketchat-theme/client/imports/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4745,13 +4745,13 @@ a + br.only-after-a {
}

.embedded-view {
& .flex-tab-bar {
display: none;
}

& .messages-container {
border-width: 0;

& .flex-tab-container {
display: none;
}

& .messages-box {
margin-top: 0;
}
Expand Down

0 comments on commit a70a97f

Please sign in to comment.