diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml index eb2406e7..4814d84f 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml @@ -319,9 +319,11 @@ AbstractButton { anchors { top: reactionRow.bottom topMargin: 5 + left: parent.left + right: parent.right } color: Nheko.colors.highlight - width: row.maxWidth + visible: (r.index > 0 && (room.fullyReadEventId == r.eventId)) height: visible ? 3 : 0