fix awkward message spacing

This commit is contained in:
Malte E 2022-02-18 21:29:14 +01:00
parent 144e7cd038
commit a3fcb4d990

View file

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