.SplashPage,
.SplashPage > .LoadingIndicator {
    align-items: center;
    display: flex;
    flex: 1;
    height: 100%;
}

.SplashPage > .LoadingPageIndicator {
    flex-grow: 1;
}

.SplashPage {
    grid-column: 1 / -1;
}
