File tree Expand file tree Collapse file tree 3 files changed +217
-232
lines changed
Expand file tree Collapse file tree 3 files changed +217
-232
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ module.exports = {
2424 md . use ( require ( 'markdown-it-footnote' ) )
2525 md . use ( require ( 'markdown-it-task-lists' ) )
2626 md . use ( require ( 'markdown-it-deflist' ) ) ,
27- md . use ( require ( 'markdown-it-imsize' ) ) ,
28- md . use ( require ( 'markdown-it-image-lazy-loading' ) )
27+ md . use ( require ( 'markdown-it-imsize' ) ) ,
28+ md . use ( require ( 'markdown-it-image-lazy-loading' ) )
2929 }
3030 } ,
3131 themeConfig : {
Original file line number Diff line number Diff line change @@ -76,3 +76,12 @@ code {
7676 --code-bg-color : $codeBgColor ;
7777 --highlight-color : $highlightColor ;
7878}
79+
80+ section .tabs-component-panel ::before {
81+ content : '' ;
82+ display : block ;
83+ position : relative ;
84+ width : 0 ;
85+ height : 10em ;
86+ margin-top : - 10em ;
87+ }
You can’t perform that action at this time.
0 commit comments