diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-11-24 16:03:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-24 16:03:23 +0100 |
commit | 14a6fbe809b3b94ca188ba02df3347ec15327424 (patch) | |
tree | 4cf601e9b8ed2b82d906fd8cd2745c298f661a5a /core | |
parent | ee4262f5673af221af6c141196468c260e1fc25c (diff) | |
parent | cd7aba3171c00e82a1323980d5f73ef9c1dace61 (diff) | |
download | nextcloud-server-14a6fbe809b3b94ca188ba02df3347ec15327424.tar.gz nextcloud-server-14a6fbe809b3b94ca188ba02df3347ec15327424.zip |
Merge pull request #7271 from nextcloud/fix-menu-loading-position
Fix loading icon position in the app menu
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 1844022e8a3..21305de0d02 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -461,6 +461,8 @@ nav { } .app-loading .icon-loading-small-dark { top:12px; + width: 20px; + height: 20px; } |