1
0
forked from PGL/Clyde

Merge pull request 'tonitch/front/bar' (#176) from tonitch/front/bar into master

Reviewed-on: PGL/Clyde#176
This commit is contained in:
Debucquoy Anthony 2024-04-22 01:39:48 +02:00
commit 3b63896439

View File

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