Skip to content

Commit f275e38

Browse files
BurkusCatcaptainsafia
authored andcommitted
Fix loading progress svg CSS positioning (#57213)
1 parent cdf95bf commit f275e38

File tree

1 file changed

+3
-2
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/wwwroot/css

1 file changed

+3
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/wwwroot/css/app.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ a, .btn-link {
7070
}
7171

7272
.loading-progress {
73-
position: relative;
73+
position: absolute;
7474
display: block;
7575
width: 8rem;
7676
height: 8rem;
77-
margin: 20vh auto 1rem auto;
77+
inset: 20vh 0 auto 0;
78+
margin: 0 auto 0 auto;
7879
}
7980

8081
.loading-progress circle {

0 commit comments

Comments
 (0)