Skip to content

Commit

Permalink
Fix advanced settings icon tool and right bar alignment (twentyhq#8910)
Browse files Browse the repository at this point in the history
Before:
<img width="253" alt="Capture d’écran 2024-12-05 à 18 27 58"
src="https://github.com/user-attachments/assets/73f943d9-d5be-4f0c-8b65-a2c0a8420b80">


After:
<img width="233" alt="Capture d’écran 2024-12-05 à 18 27 45"
src="https://github.com/user-attachments/assets/e3992655-fd1f-4748-91e7-3f4e3a2a5fda">

Co-authored-by: Weiko <[email protected]>
  • Loading branch information
bosiraphael and Weiko authored Dec 6, 2024
1 parent a9cb20f commit 229a93e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,10 @@ const StyledIconContainer = styled.div`
border-right: 1px solid ${MAIN_COLORS.yellow};
position: absolute;
left: ${({ theme }) => theme.spacing(-5)};
margin-top: ${({ theme }) => theme.spacing(2)};
height: 75%;
height: 100%;
`;

const StyledContainer = styled.div`
display: flex;
width: 100%;
gap: ${({ theme }) => theme.spacing(1)};
position: relative;
`;

Expand Down

0 comments on commit 229a93e

Please sign in to comment.