From: Julius Härtl Date: Thu, 23 Nov 2017 20:15:05 +0000 (+0100) Subject: Fix loading icon position in the app menu X-Git-Tag: v12.0.5RC1~29^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F7457%2Fhead;p=nextcloud-server.git Fix loading icon position in the app menu Signed-off-by: Julius Härtl --- 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; }