From b1a4369e67bb8c467a9324e4b22446cc0b1dfd4a Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Thu, 6 Apr 2023 14:36:53 +0000 Subject: [PATCH] [CodeFactor] Apply fixes --- docs/styles/docfx.css | 8 ++++---- docs/styles/docfx.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/styles/docfx.css b/docs/styles/docfx.css index 160eb15..0098874 100644 --- a/docs/styles/docfx.css +++ b/docs/styles/docfx.css @@ -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; diff --git a/docs/styles/docfx.js b/docs/styles/docfx.js index 952775b..7d2796f 100644 --- a/docs/styles/docfx.js +++ b/docs/styles/docfx.js @@ -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);