diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index ee51a8a..20b9f8c 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -2181,6 +2181,27 @@ a.transfer-name { } .node-header h2 { margin-bottom: 0; } +.node-service { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + gap: 10px; + padding: 10px 12px; + margin-bottom: 16px; + border: 1px solid var(--border); + border-radius: 8px; + background: var(--bg-raised); +} +.node-service-status { + display: flex; + align-items: center; + gap: 8px; + font-size: 0.9em; +} +.node-service-actions { display: flex; gap: 8px; } +.node-service .error-msg { flex-basis: 100%; margin: 0; } + .node-section { margin-top: 16px; } .node-section-header { display: flex; |