Align loading component in the center. (#535)
* Align loading component in the center. * Change height of loading component.
This commit is contained in:
@@ -41,3 +41,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.loading{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
height: 80vh;
|
||||
justify-content: center;
|
||||
}
|
||||
Reference in New Issue
Block a user