diff --git a/.gitignore b/.gitignore index 4ce9e397dc..ebe76a7705 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,6 @@ bskyweb/static/media/*.svg # superpowers plugin plans/specs — local-only workspace docs/superpowers/ .claude/worktrees + +# pnpm +.pnpm-store diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx index 405f1136e6..34ffa8fb7b 100644 --- a/src/screens/Settings/Settings.tsx +++ b/src/screens/Settings/Settings.tsx @@ -649,6 +649,7 @@ function AccountRow({ {...props} style={[ a.absolute, + a.z_10, {top: 10, right: tokens.space.lg}, a.p_xs, a.rounded_full,