Skip to content

Commit 8488073

Browse files
committed
Deploying to gh-pages from @ 158dfb4 🚀
1 parent 7c7b033 commit 8488073

8 files changed

+292
-264
lines changed

‎documentation/module-SqlJs.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎documentation/scripts/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ function addHrefToSidebarTitle() {
634634

635635
function highlightActiveLinkInSidebar() {
636636
const list = document.location.href.split('/');
637-
const targetURL = list[list.length - 1];
637+
const targetURL = decodeURI(list[list.length - 1]);
638638
let element = document.querySelector(`.sidebar a[href*='${targetURL}']`);
639639

640640
if (!element) {

‎documentation/scripts/core.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎documentation/styles/clean-jsdoc-theme-base.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ p {
123123
}
124124

125125
article ul {
126-
list-style: none;
127-
126+
list-style: disc;
128127
}
129128

130129
article ul li,
@@ -135,7 +134,7 @@ article ol li {
135134

136135
article ol,
137136
article ul {
138-
padding-left: 3rem;
137+
padding-left: 2rem;
139138

140139
}
141140

@@ -461,7 +460,7 @@ code {
461460
.sidebar-title {
462461
font-family: heading;
463462
font-size: 1.5rem;
464-
margin: 0;
463+
margin: 0 0 2rem;
465464
padding: 0 2rem;
466465
text-decoration: none;
467466

@@ -474,7 +473,6 @@ code {
474473

475474
.sidebar-items-container {
476475
flex: 1;
477-
margin-top: 5rem;
478476
overflow: auto;
479477
position: relative;
480478

‎documentation/styles/clean-jsdoc-theme-without-scrollbar.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎documentation/styles/clean-jsdoc-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)