Make sidebar bigger

This commit is contained in:
Edward Betts 2021-05-11 17:40:52 +02:00
parent 0e5fa02293
commit e7080b55b5
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
position: absolute; position: absolute;
top: 0px; top: 0px;
bottom: 0px; bottom: 0px;
left: 25%; left: 30%;
width: 75%; width: 70%;
z-index: -1; z-index: -1;
} }
@ -31,5 +31,5 @@
left: 0px; left: 0px;
bottom: 0px; bottom: 0px;
overflow: auto; overflow: auto;
width: 25%; width: 30%;
} }