fix(@communities/InviteFriends): [base_bc] invite friends button is misplaced

Closes #4416

Invite friends button placed to be consistant with other views like in GroupChat/Add members popup.
This commit is contained in:
Noelia 2022-01-18 11:42:31 +01:00 committed by Sale Djenic
parent c332fcaad8
commit 35df41e669

View File

@ -225,8 +225,7 @@ Item {
NoFriendsRectangle {
id: noContactsRect
visible: showContactList
anchors.top: chatKey.bottom
anchors.topMargin: Style.current.xlPadding * 3
anchors.top: chatKey.top
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
}