Browse Source

Fix loading icon position in the app menu

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/7271/head
Julius Härtl 8 years ago
parent
commit
cd7aba3171
No known key found for this signature in database GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      core/css/header.scss

2
core/css/header.scss

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

Loading…
Cancel
Save