Fix advanced settings icon tool and right bar alignment (#8910)
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 <corentin@twenty.com>
This commit is contained in:
@ -54,14 +54,10 @@ const StyledIconContainer = styled.div`
|
|||||||
border-right: 1px solid ${MAIN_COLORS.yellow};
|
border-right: 1px solid ${MAIN_COLORS.yellow};
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: ${({ theme }) => theme.spacing(-5)};
|
left: ${({ theme }) => theme.spacing(-5)};
|
||||||
margin-top: ${({ theme }) => theme.spacing(2)};
|
height: 100%;
|
||||||
height: 75%;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledContainer = styled.div`
|
const StyledContainer = styled.div`
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
gap: ${({ theme }) => theme.spacing(1)};
|
|
||||||
position: relative;
|
position: relative;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user