svrnty-hermes-webui-plugin/static/umbrella_inline.css
Svrnty c0ff59097c
Some checks failed
plugin-tests / test (push) Failing after 5s
upstream-drift / drift (push) Failing after 5s
Embed umbrella graph in workspace panel
2026-05-26 06:34:50 -04:00

29 lines
534 B
CSS

/* 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;
}