style: 导航栏胶囊高度改为紧凑型 (height:auto + padding:7px 16px)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user