Small fetching indicator

This commit is contained in:
Jeremy Zhang
2017-04-26 19:12:35 +00:00
parent 22a906f259
commit 94d89f58ac
3 changed files with 21 additions and 0 deletions

View File

@ -177,3 +177,11 @@ background-color: #546e7a;
a {
color: #82b1ff;
}
#fetching-indicator {
position: absolute;
right: 1vw;
bottom: 13px;
width: 25px;
height: 25px;
}