Fix unread bar size

This commit is contained in:
Nicolas Werner 2022-12-18 05:57:40 +01:00
parent 2ac3be1a18
commit 2a4eac04b9
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9

View File

@ -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