Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: support account deletion #10008

Merged
merged 13 commits into from
Dec 30, 2024
Prev Previous commit
Next Next commit
revert: revert avatar dropdown menu focus style
  • Loading branch information
douxc committed Dec 26, 2024
commit dcdb6c789aa348db0317c7d8f3a8a113dcefc7ad
2 changes: 1 addition & 1 deletion web/app/components/header/account-dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function AppSelector({ isMobile }: IAppSelector) {
className="
absolute right-0 mt-1.5 w-60 max-w-80
divide-y divide-divider-subtle origin-top-right rounded-lg bg-components-panel-bg-blur
shadow-lg outline-none focus:shadow-lg
shadow-lg
"
>
<Menu.Item>
Expand Down
Loading