From 167c92e7049f3160b2a7e1071f04979351b73023 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 10 Oct 2022 21:04:21 +0100 Subject: [PATCH] Change sidebar width --- js/navbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/navbar.js b/js/navbar.js index dce9b88..7788096 100644 --- a/js/navbar.js +++ b/js/navbar.js @@ -1,5 +1,5 @@ function inflateSidebar() { - document.getElementById("sidebar").style.width = "25%"; + document.getElementById("sidebar").style.width = "150px"; } function collapseSidebar() {