Skip to content
Snippets Groups Projects
Verified Commit 2a4eac04 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix unread bar size

parent 2ac3be1a
No related branches found
No related tags found
No related merge requests found
Pipeline #4019 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment