Skip to content

Commit

Permalink
Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
obgibson committed Jul 17, 2023
1 parent 4853a82 commit 3812a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Wrapper = styled.header`
max-width: ${(p) => p.theme.layout.maxWidth}px;
display: flex;
align-items: center;
justify-content: center;
justify-content: flex-start;
position: sticky;
top: 0;
left: 0;
Expand Down
1 change: 1 addition & 0 deletions src/components/ConnectionStatus/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const Wrapper = styled.div<{ status: RealtimeStatus }>`
&:hover ${Text} {
opacity: 1;
}
height: 2rem;
`;

const StatusColorIndicator = styled.div<{ status: RealtimeStatus }>`
Expand Down

0 comments on commit 3812a1b

Please sign in to comment.