Skip to content

Commit 0efe38d

Browse files
committed
#470 Align loader and text in the center
1 parent c3e2665 commit 0efe38d

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)