Merge pull request #7271 from nextcloud/fix-menu-loading-position

Fix loading icon position in the app menu
This commit is contained in:
Lukas Reschke 2017-11-24 16:03:23 +01:00 committed by GitHub
commit 14a6fbe809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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