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