Skip to content

Commit c1d10af

Browse files
authored
Update and rename nav.html to nav-vertical.html
1 parent b5aba29 commit c1d10af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav.html renamed to nav-vertical.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
let direction = "vertical";
8282
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>`)
83+
document.head.insertAdjacentHTML("beforeend", `<style>.navMenu a {display: block; text-align:left; margin:7px} i{width:15px; margin-right:5px} .navMenu{margin:3px}</style>`)
8484
}
8585

8686

0 commit comments

Comments
 (0)