Fixed loading display

This commit is contained in:
Scott E. Graves
2018-09-26 17:51:16 -05:00
parent 0f12f7e33a
commit 5fcdece54a

View File

@@ -1,8 +1,9 @@
.Loading { .Loading {
margin: 0; margin: 0;
padding: 0; padding: 0;
height: 100%; height: inherit;
width: 100%; width: 100%;
box-sizing: border-box;
} }
.Content { .Content {
@@ -13,4 +14,5 @@
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
width: 28px; width: 28px;
height: 28px; height: 28px;
box-sizing: border-box;
} }