Skip to content

Commit 42b37bd

Browse files
committed
Merge branch 'master' of https://github.com/pratikb64/wiki into user-contri-improvements
2 parents 70c0b0c + 0fe81a1 commit 42b37bd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

wiki/public/js/editor.js

-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ $(".sidebar-items > .list-unstyled").on("click", ".add-sidebar-page", () => {
129129
url.searchParams.set("newWiki", "1");
130130
window[`history`]["pushState"]({}, "", url);
131131
}, 1);
132-
133-
$(".admin-banner").addClass("hide");
134132
});
135133

136134
editorContainer.addEventListener(

wiki/public/scss/page-toc.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
height: 90vh;
1010
min-width: 220px;
1111
max-width: 220px;
12-
margin-left: auto;
1312
margin-right: 16px;
1413
padding-bottom: 10rem;
14+
margin-left: auto;
1515

1616
&::-webkit-scrollbar {
1717
display: none;

0 commit comments

Comments
 (0)