center loading icon

pull/43/head
Alexander Bentkamp 3 years ago
parent 6d567a696f
commit 8c83e802e9

@ -29,13 +29,19 @@ code {
.loading { .loading {
margin: auto; margin: auto;
vertical-align: middle; height: 100%;
display: flex;
align-items: center;
} }
/* App Bar */ /* App Bar */
#root {
height: 100%;
}
.app { .app {
height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@ -59,5 +65,4 @@ code {
.app-content { .app-content {
flex: 1; flex: 1;
min-height: 1fr;
} }

Loading…
Cancel
Save