From 637abac334755bb115f2d83f97d55ae6218f62bb Mon Sep 17 00:00:00 2001
From: Malte E <malte.e@mailbox.org>
Date: Sat, 12 Mar 2022 22:51:02 +0100
Subject: [PATCH] add space between date bubble and own messages

---
 resources/qml/MessageView.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index 6363a87d7..a9a142b93 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -396,7 +396,7 @@ Item {
 
             anchors.horizontalCenter: parent ? parent.horizontalCenter : undefined
             width: chat.delegateMaxWidth
-            height: section.active ? section.height + timelinerow.height: timelinerow.height
+            height: section.active ? section.height + timelinerow.height : timelinerow.height
 
             hoverEnabled: true
 
-- 
GitLab