Change sidebar width

This commit is contained in:
Fred Boniface 2022-10-10 21:04:21 +01:00
parent a5662a7d99
commit 167c92e704
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function inflateSidebar() {
document.getElementById("sidebar").style.width = "25%";
document.getElementById("sidebar").style.width = "150px";
}
function collapseSidebar() {