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
Prev Previous commit
Next Next commit
fix(auth): Fix Locale & ThemeSwitch button overlap
  • Loading branch information
MYSTYX7 committed Dec 2, 2023
commit d0ef127fe1ecac18ff17237963325cb30eb7b7ff
2 changes: 1 addition & 1 deletion apps/client/src/pages/auth/layout.tsx
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ export const AuthLayout = () => {

return (
<div className="flex h-screen w-screen">
<div className="relative flex w-full flex-col justify-center gap-y-8 px-12 sm:mx-auto sm:basis-[420px] sm:px-0 lg:basis-[480px] lg:px-12">
<div className="relative flex w-full flex-col justify-center -mt-12 gap-y-8 px-12 sm:mx-auto sm:basis-[420px] sm:px-0 lg:basis-[480px] lg:px-12">
<div className="flex items-center justify-between">
<Link to="/" className="h-24 w-24">
<Logo className="-ml-3" size={96} />