Skip to content

Commit

Permalink
Merge pull request RocketChat#308 from Shailesh351/sb_fix_demo
Browse files Browse the repository at this point in the history
[Upstream Demo] Align status icon in DM and Fix back icon in admin
  • Loading branch information
ear-dev authored Jun 2, 2020
2 parents b7013f3 + 0e03836 commit 1617661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/theme/client/imports/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@

&__status {
margin: 0.2rem 0.5rem;
align-self: center;
}

&__image {
Expand Down
2 changes: 1 addition & 1 deletion client/components/basic/BurgerMenuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const BurgerMenuButton = (props) => {
className={[
'rc-old',
'burger',
!!isSidebarOpen && 'menu-opened',
'menu-opened',
].filter(Boolean).join(' ')}
type='button'
onClick={handleClick}
Expand Down

0 comments on commit 1617661

Please sign in to comment.