Skip to content
Snippets Groups Projects
Commit 04ad4548 authored by Boyuan Duan's avatar Boyuan Duan :fencer:
Browse files

Update wiki/pages/contribution.html

parent d2c63e85
No related branches found
No related tags found
No related merge requests found
Pipeline #180050 passed
......@@ -109,7 +109,7 @@
.sidebar1{
top: 33.5%;
left:-24%;
height: 26.5%;
height: 30%;
width: 6px;
background: #064579;
z-index:-2;
......@@ -388,7 +388,7 @@
let w =
Math.ceil((Math.round(window.pageYOffset) /
(document.body.scrollHeight - window.innerHeight - 5)) * 100)
bar.style.height = w*0.265 + '%'
bar.style.height = w*0.30 + '%'
bar.style.background = color
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment