Skip to content

Commit

Permalink
Align status icon in DM and Fix back icon in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Shailesh351 authored and shubhsherl committed Jun 6, 2020
1 parent 6fde8b0 commit 0477bc5
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 @@ -474,6 +474,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 0477bc5

Please sign in to comment.