fixed weird hovering thing for user experience

This commit is contained in:
2026-08-12 12:28:54 +01:00
parent dc82f5a0ae
commit b09039cabb

View File

@@ -55,7 +55,7 @@ Container {
root.boxHeight: root.mprisHeight
root.boxRadius: 12
root.boxWidth: root.mprisWidth
root.visibleTopMargin: 5
root.visibleTopMargin: root.hovered == true ? 0 : 5
}
StateChangeScript {