Add loading spinners.

This commit is contained in:
softsimon
2021-04-21 20:22:34 +04:00
parent 6b5b80f866
commit d4508bd876
5 changed files with 37 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
#volumeHolder {
height: 500px;
background-color: #000;
}
.loadingVolumes {
position: relative;
top: 50%;
z-index: 100;
}