We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c36476 commit 93b1cddCopy full SHA for 93b1cdd
docs/.vuepress/styles/index.scss
@@ -158,15 +158,6 @@ iframe {
158
}
159
160
.vp-sidebar-group {
161
- .vp-sidebar-group {
162
- padding-inline-start: 0;
163
- }
164
- .vp-sidebar-links {
165
- padding-inline-start: 24px;
166
167
- .vp-sidebar-link {
168
169
170
171
.vp-sidebar-links {
172
position: relative;
@@ -179,9 +170,16 @@ iframe {
179
height: 100%;
180
background: var(--dark-mode-border);
181
173
+ margin: 0.75em 0 0 0.75em;
182
174
183
175
184
176
177
+ .vp-sidebar-group {
178
+
+ padding: 16px 0;
+ }
185
.vp-sidebar-link:hover,
186
.vp-sidebar-link.active {
187
background: var(--dark-mode-card);
0 commit comments