Change sidebar width
This commit is contained in:
parent
a5662a7d99
commit
167c92e704
@ -1,5 +1,5 @@
|
||||
function inflateSidebar() {
|
||||
document.getElementById("sidebar").style.width = "25%";
|
||||
document.getElementById("sidebar").style.width = "150px";
|
||||
}
|
||||
|
||||
function collapseSidebar() {
|
||||
|
Loading…
Reference in New Issue
Block a user