summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/TimelineRow.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml

index 7d17842f..cc081679 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml
@@ -52,7 +52,8 @@ Item { Rectangle { color: (Settings.messageHoverHighlight && hovered) ? Nheko.colors.alternateBase : "transparent" - anchors.fill: row + anchors.fill: parent + anchors.leftMargin: Settings.smallAvatars? 0 : Nheko.avatarSize+8 } TapHandler {