|
|
@@ -733,6 +733,8 @@ private struct PanelAppRowView: View {
|
|
|
.menuStyle(.borderlessButton)
|
|
|
.modifier(HideMenuIndicatorIfAvailable())
|
|
|
.padding(8)
|
|
|
+ // Match the quick-action icon row vertical alignment.
|
|
|
+ .offset(y: shouldShowQuickActions ? 18 : 0)
|
|
|
.opacity(isHovering ? 1 : 0.0)
|
|
|
.animation(.easeOut(duration: 0.12), value: isHovering)
|
|
|
}
|