feat(ui): refine live observation workspace

This commit is contained in:
DCCONSTRUCTIONS
2026-07-17 01:04:48 +03:00
parent 2bda1986bd
commit aa2df560b7
11 changed files with 319 additions and 143 deletions
+1 -1
View File
@@ -15,6 +15,7 @@ body,
body {
margin: 0;
font-family: var(--nodedc-font-family);
}
#root[data-nodedc-theme="dark"],
@@ -331,7 +332,6 @@ body {
display: grid;
grid-template-columns: minmax(12rem, 0.9fr) minmax(0, 1.1fr);
gap: 1rem;
border-top: 1px solid var(--station-hairline);
padding: 0.7rem 0;
}