File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -306,18 +306,26 @@ p {
306
306
}
307
307
308
308
.menu > .menu__list > .menu__list-item {
309
+ position : relative;
309
310
padding-top : 0.5rem ;
310
- padding-bottom : 0.5 rem ;
311
+ padding-bottom : 1 rem ;
311
312
}
312
313
313
- .menu > .menu__list > .menu__list-item : not (: last-child ) {
314
- border-bottom : 1px solid var (--ifm-toc-border-color );
314
+ .menu > .menu__list > .menu__list-item : not (: last-child )::after {
315
+ content : '' ;
316
+ display : block;
317
+ position : absolute;
318
+ bottom : 0 ;
319
+ left : 0.5rem ;
320
+ width : calc (100% - 1.5rem );
321
+ height : 1px ;
322
+ background-color : var (--ifm-toc-border-color );
315
323
}
316
324
317
325
@media (min-width : 85rem ) {
318
326
.menu > .menu__list > .menu__list-item {
319
327
padding-top : 1.5rem ;
320
- padding-bottom : 1.5 rem ;
328
+ padding-bottom : 1.75 rem ;
321
329
}
322
330
}
323
331
You can’t perform that action at this time.
0 commit comments