style: 导航栏胶囊高度改为紧凑型 (height:auto + padding:7px 16px)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-19 20:50:21 +08:00
parent 22d63e5be5
commit aa3666ac88

View File

@@ -119,14 +119,15 @@ body {
color: rgba(220, 228, 240, 0.9);
display: flex;
align-items: center;
height: 56px;
padding: 0 16px;
height: auto;
padding: 7px 16px;
margin: 0 2px;
font-size: 15px;
cursor: pointer;
border-bottom: none;
border-radius: 8px;
transition: color 0.2s ease, background 0.2s ease;
align-self: center;
}
.nav-menu .nav-item:hover {