actually fix awkward message spacing

This commit is contained in:
Malte E 2022-02-18 21:33:09 +01:00
parent a3fcb4d990
commit c405eddea6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Item {
property bool hovered: false property bool hovered: false
width: parent.width width: parent.width
height: row.height+(reactionRow > 0 ? reactionRow.height-2 : 0 ) height: row.height+(reactionRow.height > 0 ? reactionRow.height-2 : 0 )
Rectangle { Rectangle {
color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent" color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent"