Skip to content
Snippets Groups Projects
Commit a3fcb4d9 authored by Malte E's avatar Malte E
Browse files

fix awkward message spacing

parent 144e7cd0
No related branches found
No related tags found
No related merge requests found
Pipeline #2661 passed
......@@ -48,7 +48,7 @@ Item {
property bool hovered: false
width: parent.width
height: childrenRect.height
height: row.height+(reactionRow > 0 ? reactionRow.height-2 : 0 )
Rectangle {
color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent"
......
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