| assets/js/index.js | ●●●●● patch | view | raw | blame | history |
assets/js/index.js
@@ -104,6 +104,13 @@ } } (function calcNavHeight(){ const nav = elem('.nav_header'); const navHeight = nav.offsetHeight; const docContent = elem('main'); docContent.style.paddingTop = `${navHeight + 20}px`; })(); (function markInlineCodeTags(){ const codeBlocks = elems('code'); if(codeBlocks) {