We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131ce1d commit 5fcac1bCopy full SHA for 5fcac1b
lib/default-theme/DropdownLink.vue
@@ -95,7 +95,7 @@ export default {
95
border-top 3px solid transparent
96
border-bottom 3px solid transparent
97
position absolute
98
- top calc(1rem - 2px)
+ top calc(50% - 2px)
99
left 9px
100
&:first-child h4
101
margin-top 0
lib/default-theme/Sidebar.vue
@@ -97,6 +97,8 @@ function resolveOpenGroupIndex (route, items) {
.sidebar
.nav-links
display block
+ .dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active::after
+ top calc(1rem - 2px)
102
.sidebar-links
103
padding 1rem 0
104
</style>
0 commit comments