瀏覽代碼

Align panel menu icon with quick actions

Made-with: Cursor
huzaifahayat12 3 月之前
父節點
當前提交
48e0e39d6f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      google_apps/LauncherRootView.swift

+ 2 - 0
google_apps/LauncherRootView.swift

@@ -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)
             }