Style "on this page" section on mobile
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s
This commit is contained in:
parent
75b36b72ed
commit
27c6c23dfc
1 changed files with 24 additions and 0 deletions
|
@ -395,6 +395,30 @@ a.title {
|
|||
}
|
||||
}
|
||||
|
||||
.VPLocalNavOutlineDropdown .items {
|
||||
background: linear-gradient(to bottom, var(--vp-sidebar-bg-color) 29px, var(--vp-c-divider) 1px);
|
||||
background-size: 100% 30px;
|
||||
top: 85px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.VPLocalNavOutlineDropdown ul>li>ul:before {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.VPLocalNavOutlineDropdown .header,
|
||||
.VPLocalNavOutlineDropdown .outline {
|
||||
background: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.VPLocalNavOutlineDropdown .top-link,
|
||||
.VPLocalNavOutlineDropdown .outline-link {
|
||||
line-height: 30px !important;
|
||||
font-size: unset !important;
|
||||
font-weight: unset !important;
|
||||
}
|
||||
|
||||
.aside-curtain {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue