mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(code-editor): enhance loading state with padding and rounded corners for better aesthetics
This commit is contained in:
parent
e108244121
commit
0fa89804bc
@ -27,7 +27,11 @@ const Editor = dynamic(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
ssr: false,
|
ssr: false,
|
||||||
loading: () => <Skeleton className="h-full w-full" />,
|
loading: () => (
|
||||||
|
<div className="h-full w-full p-10 pt-2">
|
||||||
|
<Skeleton className="h-full w-full rounded-3xl" />
|
||||||
|
</div>
|
||||||
|
),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user