summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-03-22 19:48:07 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-03-22 19:48:07 +0100
commitb52fd8538d5ab4be54d07efc68bfedfa23cc655b (patch)
tree4bde5d47676dda5e74a06007f9321336b9c5af45
parentDefault body to shortcode if unset and sending sticker (diff)
downloadnheko-b52fd8538d5ab4be54d07efc68bfedfa23cc655b.tar.xz
Make hover menu inset slightly
-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 {