Fix loading icon position in the app menu

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-11-23 21:15:05 +01:00
parent 2bd2835526
commit c023486845
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 0 deletions

View File

@ -475,6 +475,8 @@ nav {
}
.app-loading .icon-loading-small-dark {
top:12px;
width: 20px;
height: 20px;
}