mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-13 07:06:58 +00:00
fix(Chat): ensure chat reply separator doesn't leak into message
Fixes #1988
This commit is contained in:
parent
7188579e46
commit
c28d4054ef
@ -85,7 +85,7 @@ Loader {
|
|||||||
|
|
||||||
Separator {
|
Separator {
|
||||||
anchors.top: repliedMessageType == Constants.imageType ? imgReplyImage.bottom : lblReplyMessage.bottom
|
anchors.top: repliedMessageType == Constants.imageType ? imgReplyImage.bottom : lblReplyMessage.bottom
|
||||||
anchors.topMargin: repliedMessageType == Constants.imageType ? 15 : 8
|
anchors.topMargin: Style.current.halfPadding
|
||||||
anchors.left: lblReplyMessage.left
|
anchors.left: lblReplyMessage.left
|
||||||
anchors.right: lblReplyMessage.right
|
anchors.right: lblReplyMessage.right
|
||||||
anchors.rightMargin: root.chatHorizontalPadding
|
anchors.rightMargin: root.chatHorizontalPadding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user