[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2023-04-06 14:36:53 +00:00
parent d79970a6bd
commit b1a4369e67
No known key found for this signature in database
GPG key ID: B66B2D63282C190F
2 changed files with 6 additions and 6 deletions

View file

@ -92,11 +92,11 @@ h6 mark {
}
.level0.summary {
margin: 2em 0 2em 0;
margin: 2em 0;
}
.level1.summary {
margin: 1em 0 1em 0;
margin: 1em 0;
}
span.parametername,
@ -572,7 +572,7 @@ body .toc{
}
.toc-toggle {
display: none;
margin: 0 15px 0px 15px;
margin: 0 15px 0px;
}
.sidefilter {
position: fixed;
@ -590,7 +590,7 @@ body .toc{
color: #666666;
padding: 5px;
position: relative;
margin: 0 5px 0 5px;
margin: 0 5px;
}
.toc-filter > input {
border: 0;

View file

@ -342,7 +342,7 @@ $(function () {
});
}
}
};
}
// Update href in navbar
function renderNavbar() {
@ -488,7 +488,7 @@ $(function () {
for (var i = 0; i < parentNodes.length; i++) {
var parentText = $(parentNodes[i]).children('a').attr('title');
if (parentText) text = parentText + '.' + text;
};
}
if (filterNavItem(text, val)) {
parent.addClass(show);
parent.removeClass(hide);