Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-11-23 23:15:05 +0300
committerJulius Härtl <jus@bitgrid.net>2017-12-12 00:00:20 +0300
commitc023486845af2b5d74a3cad5bcd5b5b234835c7c (patch)
tree2298a05ae1b85742c701804c42f3956430e83b82 /core/css
parent2bd2835526b94d0890c878edf1a2d234e40485cc (diff)
Fix loading icon position in the app menu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index b14baac5ad1..eb7188ce46b 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -475,6 +475,8 @@ nav {
}
.app-loading .icon-loading-small-dark {
top:12px;
+ width: 20px;
+ height: 20px;
}