We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5aba29 commit c1d10afCopy full SHA for c1d10af
nav.html renamed to nav-vertical.html
@@ -80,7 +80,7 @@
80
81
let direction = "vertical";
82
if (direction === "vertical") {
83
- document.head.insertAdjacentHTML("beforeend", `<style>.navMenu a {display: block; text-align:left; margin:7px} i{width:15px; margin-right:5px}</style>`)
+ document.head.insertAdjacentHTML("beforeend", `<style>.navMenu a {display: block; text-align:left; margin:7px} i{width:15px; margin-right:5px} .navMenu{margin:3px}</style>`)
84
}
85
86
0 commit comments