Skip to content

Commit

Permalink
Merge pull request #7486 from RocketChat/fix-tabbar-embedded-mode
Browse files Browse the repository at this point in the history
[FIX] Fix hiding flex-tab on embedded view
  • Loading branch information
engelgabriel committed Jul 17, 2017
2 parents a729aaa + a70a97f commit 712dbc4
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 712dbc4

Please sign in to comment.