Change sidebar width

This commit is contained in:
Fred Boniface 2022-10-10 21:03:34 +01:00
parent 8cd1ed4cf9
commit a5662a7d99
1 changed files with 1 additions and 1 deletions

View File

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