From f433e0455da6e62351bb622c2b437c488b8181a2 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 8 Sep 2019 01:11:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A4=B4=E5=83=8F=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E5=BE=AE=E8=B0=83=E4=B8=8E=20header?= =?UTF-8?q?=20=E9=97=B4=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/Bootstrap.Client/wwwroot/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/client/Bootstrap.Client/wwwroot/css/site.css b/src/client/Bootstrap.Client/wwwroot/css/site.css index 82ac4636..031b9f12 100644 --- a/src/client/Bootstrap.Client/wwwroot/css/site.css +++ b/src/client/Bootstrap.Client/wwwroot/css/site.css @@ -32,6 +32,10 @@ background-position: 104% top; } + .header .dropdown-menu { + margin-top: 6px; + } + .sidebar-toggle-box { color: #eee; }