Add per-button tooltips to graph overlay and widen stream test modal

- Each graph node overlay button now has its own <title> tooltip
  (Edit, Delete, Start/Stop, Test, etc.) instead of inheriting the
  card name from the parent group
- Widen #test-stream-modal to 700px (matching CSS source test modal)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 21:40:00 +03:00
parent 153972fcd5
commit 51ec0970c3
2 changed files with 13 additions and 1 deletions

View File

@@ -346,7 +346,8 @@
margin: 0 4px;
}
#test-css-source-modal .modal-content {
#test-css-source-modal .modal-content,
#test-stream-modal .modal-content {
max-width: 700px;
}