added styling
All checks were successful
Preview / build-deploy (push) Successful in 50s

This commit is contained in:
Stephan Hadan 2025-02-18 12:48:15 +01:00
parent dacdc533da
commit 3ab1c0c119
Signed by: stephan.hadan
GPG key ID: B2F9DCEB3DA700D5
21 changed files with 2244 additions and 0 deletions

View file

@ -0,0 +1,41 @@
.sidebar-border {
border-right: 1px solid var(--color-border-muted);
}
aside.sidebar {
min-width: 160px;
margin-left: -5px;
padding-bottom: 20px;
padding-right: 6px;
position: -webkit-sticky;
position: sticky;
top: 56px;
grid-area: sidebar;
overflow: auto;
max-height: calc(100vh - 56px);
padding-bottom: 36px;
}
aside.sidebar label:first-child {
padding-top: 0 !important;
}
aside.sidebar a:first-child {
margin-top: 0 !important;
}
aside.sidebar label {
font-size: 12px;
padding: 5px 0 3px 0;
display: block;
padding-left: 5px !important;
}
aside.sidebar a.active {
color: var(--color-prettylights-syntax-markup-inserted-text);
background-color: var(--color-hover);
}
aside.sidebar a {
display: block;
padding: 3px 5px 3px 5px;
border-radius: 3px;
margin: 3px 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}