From a2bb3d6bdd0ac166c291a0bf45c036edcd6a9899 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 20 May 2023 23:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'lib/assets/javascripts/ne?= =?UTF-8?q?w-dashboard/components/NavigationBar/NavigationBar.vue'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../new-dashboard/components/NavigationBar/NavigationBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/assets/javascripts/new-dashboard/components/NavigationBar/NavigationBar.vue b/lib/assets/javascripts/new-dashboard/components/NavigationBar/NavigationBar.vue index d33fea5..0fbf8c0 100644 --- a/lib/assets/javascripts/new-dashboard/components/NavigationBar/NavigationBar.vue +++ b/lib/assets/javascripts/new-dashboard/components/NavigationBar/NavigationBar.vue @@ -206,8 +206,8 @@ export default { .navbar-imagotype { position: absolute; left: 50%; - width: 24px; - height: 24px; + width: 36px; + height: 36px; transform: translate3d(-50%, 0, 0); }