You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the desktop view is currently broken (at least on this 13 inch macbook pro of mine). The issue lies in that AuthSignIn has it's outermost div with the class h-screen, which is height: 100vh. Thus, if the inner content overflows 100vh, it will break.
For now, I can get a small fix in that will fix the overflow issue. But I think the desktop view could be slightly redesigned so that the sign in button is more prominent and centered.
Screen.Recording.2023-08-18.at.6.21.39.PM.mov
As you can see, the desktop view is currently broken (at least on this 13 inch macbook pro of mine). The issue lies in that
AuthSignInhas it's outermost div with the classh-screen, which isheight: 100vh. Thus, if the inner content overflows 100vh, it will break.For now, I can get a small fix in that will fix the overflow issue. But I think the desktop view could be slightly redesigned so that the sign in button is more prominent and centered.