◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ const initialiseSidebar = () => {
return
}

// create the sidebar button element
const sidebarButton = document.createElement("div")
sidebarButton.id = "sidebarbutton"
Expand All @@ -44,6 +54,7 @@ const initialiseSidebar = () => {
sidebarArrow.innerText = "«"
sidebarButton.appendChild(sidebarArrow)
sidebar.appendChild(sidebarButton)

const collapse_sidebar = () => {
bodyWrapper.style.marginLeft = ".8em"
Expand Down
Toggle all file notes Toggle all file annotations