fix
Deploy / deploy (push) Successful in 38s

This commit is contained in:
2026-05-07 18:40:25 +02:00
parent 77e345ba63
commit 0829db06f9
2 changed files with 143 additions and 258 deletions
+21 -12
View File
@@ -127,18 +127,6 @@ body {
}
/* Network Map */
.node-tooltip {
position: absolute;
background: #131a2b;
border: 1px solid var(--neptune-border);
border-radius: .375rem;
padding: .5rem .75rem;
font-size: .8rem;
pointer-events: none;
z-index: 1000;
display: none;
}
#networkCanvas {
cursor: grab;
}
@@ -147,6 +135,27 @@ body {
cursor: grabbing;
}
.node-list-item i {
width: 1rem;
text-align: center;
}
.nav-pills .nav-link {
color: #94a3b8;
}
.nav-pills .nav-link.active {
background: var(--neptune-accent);
color: #fff;
}
kbd {
border: 1px solid var(--neptune-border);
padding: 1px 5px;
border-radius: 3px;
font-size: .7rem;
}
/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--neptune-bg); }