Web: People: fixed profile menu blocks alignment

This commit is contained in:
Nikita Gopienko 2020-02-14 11:46:37 +03:00
parent 5791c1bcf5
commit 65b2d25520

View File

@ -42,6 +42,7 @@ const EditButtonWrapper = styled.div`
const ToggleWrapper = styled.div`
width: 100%;
min-width: 100%;
${props => props.isSelf && `margin-bottom: 24px;`}
${props => props.isContacts && `margin-top: 24px;`}
max-width: 1024px;