Reserve top space for sidebar close button

This commit is contained in:
Tyler Hallada 2022-02-07 00:09:47 -05:00
parent 53ad361085
commit 59d4e80248

View File

@ -8,7 +8,7 @@
overflow-x: hidden;
width: 300px;
padding: 12px;
padding-top: 0px;
padding-top: 24px;
border-right: 1px solid #222222;
font-size: 0.875rem;
}
@ -27,7 +27,7 @@
.close {
position: fixed;
top: 8px;
top: 4px;
left: 240px;
font-size: 24px;
margin-left: 12px;