fix: logo max height changed

This commit is contained in:
shuai
2023-04-27 14:09:20 +08:00
parent e3a49132b2
commit 40ac54eb46
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
background: linear-gradient(180deg, rgb(var(--bs-primary-rgb)) 0%, rgba(var(--bs-primary-rgb), 0.95) 100%);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
.logo {
max-height: 1.75rem;
max-height: 2rem;
}
.nav-link {
+1 -1
View File
@@ -123,7 +123,7 @@ const Header: FC = () => {
/>
<div className="d-flex justify-content-between align-items-center nav-grow flex-nowrap">
<Navbar.Brand to="/" as={Link} className="lh-1 me-0 me-sm-3">
<Navbar.Brand to="/" as={Link} className="lh-1 me-0 me-sm-3 p-0">
{brandingInfo.logo ? (
<>
<img