mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 10:01:44 +00:00
fix(Chat): The text and emoji are not vertically aligned in the chat message
Added top margin in message text. Fixes #5953
This commit is contained in:
parent
6743bee1aa
commit
b039e9d67d
@ -509,6 +509,7 @@ Item {
|
||||
anchors.leftMargin: chatImage.imageWidth + Style.current.padding + root.chatHorizontalPadding
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: root.chatHorizontalPadding
|
||||
anchors.topMargin: (!chatName.visible || !chatReply.active || !pinnedRectangleLoader.active) ? Style.current.halfPadding : 0
|
||||
visible: !editModeOn
|
||||
ChatTextView {
|
||||
id: chatText
|
||||
|
Loading…
x
Reference in New Issue
Block a user