summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/MessageView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index bbe61ee9..fa512e02 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -67,7 +67,7 @@ Item { visible: Settings.buttonsInTimeline && !!attached && (attached.hovered || hovered) x: attached ? attachedPos.x : 0 - y: attached ? attachedPos.y : 0 + y: attached ? attachedPos.y + Nheko.paddingMedium : 0 z: 10 background: Rectangle {