Indeterminate loading bar is shown while connecting to stream

- This closes #37
This commit is contained in:
R. Aidan Campbell
2016-05-09 13:15:49 -04:00
parent 5e9fe3c736
commit 8f0b911031
4 changed files with 18 additions and 4 deletions

View File

@@ -18,6 +18,15 @@
padding: 20px 24px 24px 24px;
color: rgba(0,0,0, 0.54);
}
#loadingSpinner {
display: none;
z-index: 1;
position: fixed;
left: 50%;
bottom: 20px;
transform: translate(-50%, -50%);
margin: 0 auto;
}
main {
padding: 50px 100px;
}