Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface e7b247bf09 Try Again 2022-10-18 13:12:07 +01:00
Fred Boniface 6430c7adf1 Try again 2022-10-18 13:12:02 +01:00
2 changed files with 5 additions and 3 deletions

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";
}

View File

@ -46,10 +46,12 @@
top: 40px;
right: 0;
margin: auto;
height: 0px;
display: none;
height: 100%;
display: block;
max-width: 60%;
width: 0;
background-color: darkslategrey;
transition: 0.7s;
}
.sidebar a {