mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-06 11:45:15 +00:00
fix(@desktop/chat): Messages do have wrong indentation (alignment) when being sent in a row
Providing temp fix as this compoentn will be redesigned and moved to StatusQ fixes #4211
This commit is contained in:
parent
35233a01e7
commit
a7753e27a7
@ -427,8 +427,9 @@ Item {
|
|||||||
anchors.top: chatName.visible ? chatName.bottom :
|
anchors.top: chatName.visible ? chatName.bottom :
|
||||||
chatReply.active ? chatReply.bottom :
|
chatReply.active ? chatReply.bottom :
|
||||||
pinnedRectangleLoader.active ? pinnedRectangleLoader.bottom : parent.top
|
pinnedRectangleLoader.active ? pinnedRectangleLoader.bottom : parent.top
|
||||||
anchors.left: chatImage.right
|
// This entire component needs to be reworked and moved to StatusQ, hence providing a hardcoded fix for #4211.
|
||||||
anchors.leftMargin: root.chatHorizontalPadding
|
anchors.left: parent.left
|
||||||
|
anchors.leftMargin: chatImage.imageWidth + Style.current.padding + root.chatHorizontalPadding
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: root.chatHorizontalPadding
|
anchors.rightMargin: root.chatHorizontalPadding
|
||||||
visible: !isEdit
|
visible: !isEdit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user