diff --git a/ui/imports/shared/status/StatusChatInput.qml b/ui/imports/shared/status/StatusChatInput.qml index e656058133..db1e9a85e4 100644 --- a/ui/imports/shared/status/StatusChatInput.qml +++ b/ui/imports/shared/status/StatusChatInput.qml @@ -846,7 +846,7 @@ Rectangle { id: scrollView anchors.top: parent.top anchors.bottom: parent.bottom - anchors.left: profileImage.visible ? profileImage.right : parent.left + anchors.left: parent.left anchors.leftMargin: Style.current.smallPadding anchors.right: actions.left anchors.rightMargin: Style.current.halfPadding