Compare commits

...

3 Commits

Author SHA1 Message Date
3b63896439 Merge pull request 'tonitch/front/bar' (#176) from tonitch/front/bar into master
All checks were successful
Build and test backend / Build-backend (push) Successful in 1m25s
deploy to production / deploy-frontend (push) Successful in 33s
deploy to production / deploy-backend (push) Successful in 18s
Build and test FrontEnd / Build-frontend (push) Successful in 31s
Reviewed-on: #176
2024-04-22 01:39:48 +02:00
043f5c87d2
fixup! fix bar height
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m26s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 31s
2024-04-22 00:12:59 +02:00
a03983d625
fix bar height 2024-04-22 00:09:39 +02:00

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;