diff --git a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml index a574f633a3..ca5b2996b2 100644 --- a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml +++ b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml @@ -56,7 +56,6 @@ ModalPopup { border.width: 1 color: Style.current.transparent anchors.top: parent.top - anchors.topMargin: Style.current.padding SVGImage { width: parent.width height: parent.height @@ -69,7 +68,7 @@ ModalPopup { id: profileName text: Utils.removeStatusEns(userName) anchors.top: parent.top - anchors.topMargin: 18 + anchors.topMargin: 2 anchors.left: profilePic.right anchors.leftMargin: Style.current.smallPadding font.bold: true