Improve second brain live graph

This commit is contained in:
2026-06-05 08:57:17 +02:00
parent 35f53a0f1c
commit 2f61e900b8
3 changed files with 413 additions and 17 deletions

View File

@@ -206,8 +206,28 @@ body {
.legend-dot{ width:10px; height:10px; border-radius:50%; display:inline-block; }
.legend-dot.engram{ background:#6c8af5; }
.legend-dot.tag{ background:#8a9aff; }
.legend-dot.source{ background:#14b8a6; }
.legend-dot.match{ background:#f7d154; }
.graph-hint{ padding: 4px 12px 10px; }
.graph-live{
margin: 8px 12px 0;
padding: 10px 12px;
background:#101820;
border:1px solid #22303d;
border-radius: 10px;
color:#bfe8df;
font-size:0.78rem;
}
.graph-live-title{
color:#e8fffb;
font-weight:700;
margin-bottom:4px;
}
.graph-live-feed{
display:grid;
gap:3px;
min-height: 22px;
}
#searchInput {
width: 100%;
flex: 1;