We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e906ee commit d2da5a6Copy full SHA for d2da5a6
js/js.js
@@ -84,7 +84,7 @@ $(function(){
84
$('.mdx-hp-g-r').show();
85
var mdx_change = 1;
86
var mdx_change2 = 1;
87
- var mdx_sp_w = 215*$("a>li.mdui-card").length+10;
+ var mdx_sp_w = 215*$("a>div.mdx-li.mdui-card").length+10;
88
var mdx_sp_ww = 0;
89
var mdx_sp_s = 0;
90
var ele = document.getElementById("mdx-sp-out-c");
0 commit comments