Update style.css

This commit is contained in:
Han Wang
2024-06-24 00:56:39 -07:00
committed by GitHub
parent 6d9330e870
commit 00617ea7e8

View File

@@ -10,7 +10,6 @@
#sidebar {
left: 0;
padding-left: 48px;
padding-right: 30px;
border-right: 1px;
border-color: #cdd64b;
@@ -18,6 +17,10 @@
border-right: 1px solid #ebebeb;
}
#sidebar-content {
padding-left: 2rem;
}
#sidebar .relative .sticky {
opacity: 0;
}
@@ -154,4 +157,4 @@
.flex-1 .flex .items-center {
/* background-color: #f5f5f5; */
}
}