Skip to content

Commit

Permalink
style(feedback): fix loading indicator alignment (#72717)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang authored Jun 13, 2024
1 parent 81e63df commit 5fb6159
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ const StyledPanel = styled(Panel)`
`;

const StyledLoadingIndicator = styled('div')`
position: absolute;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
background: ${p => p.theme.purple100};
`;

const StyledImageButton = styled('button')`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@ const ScreenshotWrapper = styled('ul')`
const FixedSizeFeedbackScreenshot = styled(FeedbackScreenshot)`
max-width: 360px;
max-height: 360px;
gap: ${space(1)};
`;

0 comments on commit 5fb6159

Please sign in to comment.