Skip to content

Commit

Permalink
Fix navigator top control height
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed May 27, 2020
1 parent 7d84071 commit 8a8cc1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/organisms/Navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const NavigatorContainer = styled.nav`
const TopControl = styled.div`
display: flex;
align-items: center;
height: 50px;
height: 40px;
${borderBottom}
`

Expand All @@ -50,6 +50,7 @@ const Empty = styled.button`

const ScrollableContainer = styled.div`
flex: 1;
padding: 10px 0;
overflow: auto;
`

Expand Down

0 comments on commit 8a8cc1f

Please sign in to comment.