mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-19 10:09:38 +00:00
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:
parent
c332fcaad8
commit
35df41e669
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user