Improve second brain live graph
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user