File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -306,18 +306,26 @@ p {
306306}
307307
308308.menu > .menu__list > .menu__list-item {
309+ position : relative;
309310 padding-top : 0.5rem ;
310- padding-bottom : 0.5 rem ;
311+ padding-bottom : 1 rem ;
311312}
312313
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 );
315323}
316324
317325@media (min-width : 85rem ) {
318326 .menu > .menu__list > .menu__list-item {
319327 padding-top : 1.5rem ;
320- padding-bottom : 1.5 rem ;
328+ padding-bottom : 1.75 rem ;
321329 }
322330}
323331
You can’t perform that action at this time.
0 commit comments