Embed umbrella graph in workspace panel
plugin-tests / test (push) Failing after 5s
upstream-drift / drift (push) Failing after 5s

This commit is contained in:
Svrnty
2026-05-26 06:34:50 -04:00
parent 28ffa92f6f
commit c0ff59097c
11 changed files with 373 additions and 26 deletions
+28
View File
@@ -0,0 +1,28 @@
/* Inline Umbrella graph mounted into Hermes WebUI's Workspace right panel. */
.svrnty-graph-btn.active {
background: var(--accent-bg);
color: var(--accent-text);
}
.svrnty-umbrella-inline-surface {
display: none;
flex: 1;
min-height: 0;
background: var(--bg, #0f1115);
overflow: hidden;
}
.svrnty-umbrella-inline-surface[data-open="true"] {
display: flex;
flex-direction: column;
}
.svrnty-umbrella-inline-frame {
width: 100%;
height: 100%;
flex: 1;
min-height: 0;
border: 0;
background: #0f1115;
}