Add activity indicator for image fetches.

This commit is contained in:
Maurice Parker
2019-10-19 16:25:06 -05:00
parent 4115c2231b
commit 3a314d2db7
3 changed files with 58 additions and 5 deletions

View File

@@ -159,6 +159,20 @@ sub {
padding-top: 56.25%;
}
.activityIndicatorWrap {
position: relative;
}
.activityIndicator {
z-index: 1;
width: 64px;
height: 64px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.iframeWrap iframe {
position: absolute;
top: 0;