From d5d4931ba22b9f872579e95e0503e926a5f6354a Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 17 Aug 2019 23:53:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20nav-brand=20=E9=AB=98=E5=BA=A6=E5=A4=9A1?= =?UTF-8?q?px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/lte.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/css/lte.css b/Bootstrap.Admin/wwwroot/css/lte.css index 52a3096b..fe7bab11 100644 --- a/Bootstrap.Admin/wwwroot/css/lte.css +++ b/Bootstrap.Admin/wwwroot/css/lte.css @@ -110,7 +110,7 @@ aside { } aside .nav-brand, .sidebar-open aside:hover .nav-brand { - height: 55px; + height: 54px; align-items: center; padding: 0 0.625rem; }