diff --git a/src/app/commoncomponents/SBSMessageBase.qml b/src/app/commoncomponents/SBSMessageBase.qml index 57baad6b5f52dadfea8c1f73d629077d3afb3f5f..bbca1c891b37ba68b20db20ad6a8062b283e463c 100644 --- a/src/app/commoncomponents/SBSMessageBase.qml +++ b/src/app/commoncomponents/SBSMessageBase.qml @@ -424,9 +424,9 @@ Control { id: editedRow anchors.left: root.bigMsg ? bubble.left : timestampItem.left anchors.bottom: parent.bottom - anchors.bottomMargin: root.bigMsg || bubble.isDeleted ? 6 : 10 + anchors.bottomMargin: root.bigMsg ? 6 : 10 anchors.leftMargin: root.bigMsg ? 10 : -timestampItem.width - 16 - visible: bubble.isEdited + visible: bubble.isEdited && !bubble.isDeleted z: 1 ResponsiveImage { id: editedImage