Fix unread bar size
This commit is contained in:
parent
2ac3be1a18
commit
2a4eac04b9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user