Merge pull request #7457 from nextcloud/stable12-7271

[stable12] Fix loading icon position in the app menu
This commit is contained in:
Roeland Jago Douma 2017-12-12 07:50:40 +01:00 committed by GitHub
commit 4b60ada694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}