Skip to content

Commit 93b1cdd

Browse files
committed
padding and margin fixed
1 parent 0c36476 commit 93b1cdd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/.vuepress/styles/index.scss

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,6 @@ iframe {
158158
}
159159

160160
.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-
padding-inline-start: 24px;
169-
}
170161

171162
.vp-sidebar-links {
172163
position: relative;
@@ -179,9 +170,16 @@ iframe {
179170
height: 100%;
180171
background: var(--dark-mode-border);
181172
}
173+
margin: 0.75em 0 0 0.75em;
182174
}
183175
}
184176

177+
.vp-sidebar-group {
178+
179+
padding: 16px 0;
180+
181+
}
182+
185183
.vp-sidebar-link:hover,
186184
.vp-sidebar-link.active {
187185
background: var(--dark-mode-card);

0 commit comments

Comments
 (0)