MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / collapse_sidebar

Function collapse_sidebar

docs/_static/sidebar.js:41–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 const flipArrow = element => element.innerText = (element.innerText === "»") ? "«" : "»"
40
41 const collapse_sidebar = () => {
42 bodyWrapper.style.marginLeft = ".8em";
43 sidebar.style.width = ".8em"
44 sidebarWrapper.style.display = "none"
45 flipArrow(sidebarArrow)
46 sidebarButton.title = _('Expand sidebar')
47 window.localStorage.setItem("sidebar", "collapsed")
48 }
49
50 const expand_sidebar = () => {
51 bodyWrapper.style.marginLeft = ""

Callers 1

initialiseSidebarFunction · 0.85

Calls 2

flipArrowFunction · 0.85
_Function · 0.85

Tested by

no test coverage detected