fix bug
This commit is contained in:
parent
7df9d3d0a1
commit
8009f28d92
@ -75,7 +75,7 @@ main {
|
||||
/* Table of Contents */
|
||||
|
||||
.toc {
|
||||
cursor: zoom-in;
|
||||
/* cursor: zoom-in; */
|
||||
display: block;
|
||||
|
||||
margin-top: 1em;
|
||||
@ -89,10 +89,10 @@ main {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
.toc.expanded {
|
||||
cursor: zoom-out;
|
||||
}
|
||||
} */
|
||||
|
||||
.toc .inner {
|
||||
margin: 0px;
|
||||
|
@ -5,7 +5,7 @@
|
||||
</details>
|
||||
{{ end }}
|
||||
|
||||
<script>
|
||||
<!-- <script>
|
||||
document.querySelector(".toc").addEventListener("click", function () {
|
||||
event.preventDefault();
|
||||
if (this.open) {
|
||||
@ -16,4 +16,4 @@
|
||||
this.classList.add("expanded");
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</script> -->
|
||||
|
Loading…
Reference in New Issue
Block a user