Skip to content

Commit

Permalink
fix /app/new loading screen not fully match content
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Van Dung <joulev.vvd@yahoo.com>
  • Loading branch information
joulev committed Jun 23, 2022
1 parent 5d48180 commit 6a69dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/app/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const New: NextPageWithLayout = () => {
};

const Loading: FC = () => (
<div className="mx-auto max-w-lg">
<div className="mx-auto md:max-w-lg">
<div className="pulse h-9 w-48 mb-6" />
<div className="pulse h-4 mb-3" />
<div className="pulse h-4 mb-6" />
Expand Down

0 comments on commit 6a69dc7

Please sign in to comment.