summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-03-12 22:46:08 +0100
committerMalte E <malte.e@mailbox.org>2022-03-12 22:46:08 +0100
commit3e59b76b54098d252cdfeb8bd3aebc6225a156c4 (patch)
treeb0c0929c49e733a7bade48f0e20ab04585e1c8a0 /resources
parentallow bubbles to be not larger than necessary (diff)
downloadnheko-3e59b76b54098d252cdfeb8bd3aebc6225a156c4.tar.xz
add space below datebubble and own message bubbles
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/MessageView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index b9db224d..6363a87d 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -256,7 +256,7 @@ Item { Column { topPadding: userName_.visible? 4: 0 - bottomPadding: Settings.bubbles? (isSender? 0 : 2) : 3 + bottomPadding: Settings.bubbles? (isSender && previousMessageDay == day? 0 : 2) : 3 spacing: 8 visible: (previousMessageUserId !== userId || previousMessageDay !== day || isStateEvent !== previousMessageIsStateEvent) width: parentWidth @@ -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