fix stuck loading tip

This commit is contained in:
ansuz
2017-06-02 12:13:11 +02:00
parent 8f7aaecc1c
commit 767793b5ca
3 changed files with 10 additions and 4 deletions

View File

@@ -36,6 +36,9 @@
left: 0;
right: 0;
text-align: center;
transition: opacity 750ms;
transition-delay: 3000ms;
@media screen and (max-height: @media-medium-screen) {
display: none;
}