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);
|
color: rgba(220, 228, 240, 0.9);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 56px;
|
height: auto;
|
||||||
padding: 0 16px;
|
padding: 7px 16px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
transition: color 0.2s ease, background 0.2s ease;
|
transition: color 0.2s ease, background 0.2s ease;
|
||||||
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-menu .nav-item:hover {
|
.nav-menu .nav-item:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user