redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6430c7adf1 - Show all commits

View File

@ -7,7 +7,7 @@ function collapseSidebar() {
}
function sidebarOpen() {
document.getElementById("sidebar").style.width = "40%";
document.getElementById("sidebar").style.width = "50%";
document.getElementById("sidebar_open_short").style.display = "none";
document.getElementById("sidebar_close_short").style.display = "block";
}