Skip to content

Commit 7b375c6

Browse files
Merge pull request #471 from MetaCell/bug/470
#470 Align loader and text in the center
2 parents c3e2665 + 0efe38d commit 7b375c6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

webapp/css/netpyne.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,20 @@ body {
589589
.MuiTable-root {
590590
border-collapse: separate;
591591
}
592+
593+
.MuiBackdrop-root {
594+
.MuiGrid-root {
595+
display: block;
596+
width: auto;
597+
margin: 0;
598+
flex: none;
599+
text-align: center;
600+
601+
.MuiCircularProgress-root {
602+
color: @textColor;
603+
}
604+
}
605+
}
592606
}
593607

594608
.instantiatedContainer {

0 commit comments

Comments
 (0)