adding qol features to network map
Deploy / deploy (push) Successful in 38s

This commit is contained in:
2026-05-12 10:27:19 +02:00
parent ae9a5306f3
commit 0acfff6bc7
3 changed files with 131 additions and 5 deletions
+11
View File
@@ -293,4 +293,15 @@ kbd {
margin: 0;
white-space: pre-wrap;
word-break: break-word;
}
/* Network toolbar */
.toolbar-node-item:hover,
.toolbar-shape-item:hover {
filter: brightness(1.3);
}
.toolbar-node-item:active,
.toolbar-shape-item:active {
cursor: grabbing;
}