Make hover menu inset slightly

This commit is contained in:
Nicolas Werner 2022-03-22 19:48:07 +01:00
parent 637db55e08
commit b52fd8538d
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

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