Added custom loading spinner component to improve stlying.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.loading-spinner {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user