mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
actually fix awkward message spacing
This commit is contained in:
parent
a3fcb4d990
commit
c405eddea6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue