feat: implement part of full-screen layout

This commit is contained in:
Steven
2023-12-18 22:10:36 +08:00
parent 15a091fe4c
commit d6656db20d
21 changed files with 116 additions and 255 deletions

View File

@ -36,7 +36,7 @@ const UserProfile = () => {
return (
<>
<section className="relative top-0 w-full min-h-full overflow-x-hidden bg-zinc-100 dark:bg-zinc-800">
<section className="relative top-0 w-full min-h-full overflow-x-hidden">
<div className="relative w-full min-h-full mx-auto flex flex-col justify-start items-center">
{!loadingState.isLoading &&
(user ? (