mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Formatting
This commit is contained in:
parent
647f2568ef
commit
17b5a324af
@ -133,10 +133,8 @@
|
|||||||
<MudItem Class="px-8 py-2" Style="height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;">
|
<MudItem Class="px-8 py-2" Style="height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;">
|
||||||
@if (this.showSkeleton)
|
@if (this.showSkeleton)
|
||||||
{
|
{
|
||||||
<MudSkeleton SkeletonType="SkeletonType.Circle" Animation="Animation.Pulse" Class="mb-4"
|
<MudSkeleton SkeletonType="SkeletonType.Circle" Animation="Animation.Pulse" Class="mb-4" Style="width: 4em; height: 4em;"/>
|
||||||
Style="width: 4em; height: 4em;"/>
|
<MudSkeleton SkeletonType="SkeletonType.Rectangle" Animation="Animation.Pulse" Width="230px" Height="35px"/>
|
||||||
<MudSkeleton SkeletonType="SkeletonType.Rectangle" Animation="Animation.Pulse" Width="230px"
|
|
||||||
Height="35px"/>
|
|
||||||
}
|
}
|
||||||
else if (this.isPandocAvailable)
|
else if (this.isPandocAvailable)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user