Compare commits

..

No commits in common. "3b63896439a79f9d53712c18df5d8a01fd8796b7" and "bd3b03dfea5f62df21d94652e38a916cb436254e" have entirely different histories.

View File

@ -162,12 +162,12 @@ window.addEventListener('hashchange', () => {
margin-top: var(--header-size); margin-top: var(--header-size);
top:0; top:0;
left:0; left:0;
padding: 25px 0; padding: 25px 0 0;
width: 70px ; width: 70px ;
background-color: rgb(53, 53, 53); background-color: rgb(53, 53, 53);
border-right:5px; border-right:5px;
border-color:black; border-color:black;
height: calc( 95% - var(--header-size) ) ; height: 100%;
position: fixed; position: fixed;
overflow: scroll; overflow: scroll;
transition-duration: .3s; transition-duration: .3s;