Locate the loading icon at the center of the screen
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user