Fixed loading display
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
.Loading {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
height: inherit;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.Content {
|
||||
@@ -13,4 +14,5 @@
|
||||
transform: translate(-50%,-50%);
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user