From 94d71dd7da04442d0c14b40664afeac876aeb238 Mon Sep 17 00:00:00 2001 From: "haitao(lj)" Date: Tue, 11 Oct 2022 16:27:03 +0800 Subject: [PATCH] fix: #1001, update logo style setting --- ui/src/components/Header/index.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/src/components/Header/index.scss b/ui/src/components/Header/index.scss index cd325475..73b2c27d 100644 --- a/ui/src/components/Header/index.scss +++ b/ui/src/components/Header/index.scss @@ -4,9 +4,8 @@ --bs-navbar-padding-y: 0.75rem; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15), $box-shadow-sm; .logo { - height: 28px; - width: auto; - max-width: 85px; + max-height: 1.75rem; + line-height: 1; } .nav-link { color: rgba(255, 255, 255, 0.7);