Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
grzpab committed Dec 7, 2023
1 parent 251c357 commit 188fa3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions intuita-webview/src/main/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@
flex-direction: column;
align-items: center;
}

.clearing-progress-ring {
height: 4em;
width: 100%;
}
4 changes: 1 addition & 3 deletions intuita-webview/src/main/CodemodRuns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ export const CodemodRuns = (
}}
>
{props.clearingInProgress ? (
<VSCodeProgressRing
style={{ height: '4em', width: '100%' }}
/>
<VSCodeProgressRing className="clearing-progress-ring" />
) : (
<CampaignManager {...props} />
)}
Expand Down

0 comments on commit 188fa3a

Please sign in to comment.