Locate the loading icon at the center of the screen

This commit is contained in:
Yuya Ochiai
2017-11-07 01:27:45 +09:00
parent 322869ff5c
commit 1524d2f4d0

View File

@@ -6,7 +6,7 @@
text-align: left; text-align: left;
} }
.mattermostView webview { .mattermostView webview, .mattermostView .mattermostView-loadingScreen {
position: absolute; position: absolute;
top: 0px; top: 0px;
right: 0px; right: 0px;
@@ -14,7 +14,7 @@
left: 0px; left: 0px;
} }
.mattermostView-with-tab webview { .mattermostView-with-tab webview, .mattermostView-with-tab .mattermostView-loadingScreen {
top: 31px; top: 31px;
} }
@@ -24,7 +24,16 @@
height: 0px; height: 0px;
} }
.mattermostView-loadingImage { .mattermostView-loadingScreen {
text-align: center; vertical-align: middle;
margin-top: 64px; background: white;
}
.mattermostView-loadingImage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
} }