Skip to content

Commit

Permalink
app: Align PanelHeader buttons to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 19, 2020
1 parent 1fca20f commit 1c95081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/PaneHeader.tsx
Expand Up @@ -3,7 +3,7 @@ import styled from '@emotion/styled';
const Header = styled('header')`
display: flex;
justify-content: space-between;
align-items: center;
align-items: flex-start;
padding: 1.5rem;
border-bottom: 1px solid #eee;
`;
Expand Down

0 comments on commit 1c95081

Please sign in to comment.