1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml
index 66128846..eb2406e7 100644
--- a/resources/qml/TimelineRow.qml
+++ b/resources/qml/TimelineRow.qml
@@ -128,6 +128,7 @@ AbstractButton {
right: parent.right
margins: (Settings.bubbles && ! isStateEvent)? 4 : 2
leftMargin: 4
+ rightMargin: 4
}
id: msg
rowSpacing: 0
@@ -300,7 +301,7 @@ AbstractButton {
Reactions {
anchors {
top: row.bottom
- topMargin: -2
+ topMargin: -4
left: row.bubbleOnRight? undefined : row.left
right: row.bubbleOnRight? row.right : undefined
}
|