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

Fixed Overlapping LocaleSwitch & ThemeSwitch Button #1634 #1635

Merged
merged 12 commits into from
Dec 6, 2023
Merged
2 changes: 1 addition & 1 deletion apps/client/src/pages/auth/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const AuthLayout = () => {
<Logo className="-ml-3" size={96} />
</Link>

<div className="inset-x-0 bottom-0 space-x-2 text-right lg:absolute lg:p-12 lg:text-center">
<div className="right-0 space-x-2 text-right lg:absolute lg:p-12 lg:text-center">
<LocaleSwitch />
<ThemeSwitch />
</div>
Expand Down