Compare commits

..

No commits in common. "e7b247bf0919985241b88228d8372b9717cdfa6e" and "0024daec0f6ade39e7f7c5327e305e1380170918" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

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

View File

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