fix #6499 - fix the size of workspace switcher to 32px from 40px  - fix alignment issues  --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -17,7 +17,7 @@ const StyledItemsContainer = styled.div`
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
gap: 14px;
|
||||
height: calc(100dvh - 32px);
|
||||
margin-bottom: auto;
|
||||
max-width: 204px;
|
||||
|
||||
Reference in New Issue
Block a user