Removed the padding at the top of the sidebar so we can have more free space.

This commit is contained in:
ZeroCool940711 2022-09-11 22:50:43 -07:00
parent a3ae2d4a94
commit 117046ccdc

View File

@ -68,7 +68,7 @@ button[kind="header"] {
background-color: #111; background-color: #111;
overflow-x: hidden; overflow-x: hidden;
transition: 0.5s ease; transition: 0.5s ease;
padding-top: 60px; padding-top: 0px;
white-space: nowrap; white-space: nowrap;
} }