diff --git a/src/qml/Chat/Timeline/EventDelegate.qml b/src/qml/Chat/Timeline/EventDelegate.qml index 3244a630..f6c0a431 100644 --- a/src/qml/Chat/Timeline/EventDelegate.qml +++ b/src/qml/Chat/Timeline/EventDelegate.qml @@ -54,6 +54,12 @@ Column { width: eventDelegate.width } + Item { + visible: dayBreak + width: parent.width + height: topPadding + } + EventContent { x: onRight ? parent.width - width : 0 Behavior on x { HNumberAnimation {} }