Skip to content

Commit

Permalink
Merge pull request #1635 from MYSTYX7/main
Browse files Browse the repository at this point in the history
Fixed Overlapping LocaleSwitch & ThemeSwitch Button #1634
  • Loading branch information
AmruthPillai authored Dec 6, 2023
2 parents 28c1aaf + aa8a8e3 commit f54890d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f54890d

Please sign in to comment.