From 2a4eac04b9f07915e726b4337b3ad67ad0f1137c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 18 Dec 2022 05:57:40 +0100 Subject: Fix unread bar size --- resources/qml/TimelineRow.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'resources') 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 -- cgit 1.4.1