Timeline, Header

This commit is contained in:
Gogs
2026-07-10 11:34:23 +02:00
parent a115da51f2
commit 4567e77343
7 changed files with 168 additions and 35 deletions
+7 -3
View File
@@ -1,7 +1,11 @@
.sidebar {
background: #0b1120;
border-right: 1px solid var(--border);
padding: 24px 16px;
position: sticky;
top: 80px;
height: calc(100vh - 80px);
background: var(--panel);
border-right: 1px solid var(--border);
box-shadow: 2px 0 10px rgba(0,0,0,.15);
overflow-y: auto;
}
.sidebar-nav {