opc-agent 4.0.24 → 4.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
--mono: 'SF Mono', 'Fira Code', monospace;
|
|
16
16
|
--radius: 10px; --radius-lg: 16px;
|
|
17
17
|
}
|
|
18
|
-
body { font-family: var(--font); background: var(--bg); color: var(--text); min-height: 100vh; }
|
|
18
|
+
body { font-family: var(--font); background: var(--bg); color: var(--text); min-height: 100vh; zoom: 1.3; }
|
|
19
19
|
a { color: var(--accent); text-decoration: none; }
|
|
20
20
|
button { font-family: var(--font); cursor: pointer; border: none; }
|
|
21
21
|
input, select, textarea { font-family: var(--font); }
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
/* Layout */
|
|
24
24
|
.app { display: flex; min-height: 100vh; }
|
|
25
25
|
.sidebar {
|
|
26
|
-
width:
|
|
27
|
-
padding: 20px
|
|
26
|
+
width: 320px; background: var(--bg-card); border-right: 1px solid var(--border);
|
|
27
|
+
padding: 24px 20px; display: flex; flex-direction: column; position: fixed; height: 100vh; z-index: 100;
|
|
28
28
|
}
|
|
29
|
-
.sidebar-logo { font-size:
|
|
29
|
+
.sidebar-logo { font-size: 26px; font-weight: 700; padding: 16px 20px; margin-bottom: 32px; display: flex; align-items: center; gap: 12px; }
|
|
30
30
|
.sidebar-logo span { color: var(--accent); }
|
|
31
31
|
.nav-item {
|
|
32
|
-
display: flex; align-items: center; gap:
|
|
33
|
-
cursor: pointer; color: var(--text-muted); transition: all 0.15s; font-size:
|
|
32
|
+
display: flex; align-items: center; gap: 16px; padding: 20px 22px; border-radius: var(--radius);
|
|
33
|
+
cursor: pointer; color: var(--text-muted); transition: all 0.15s; font-size: 22px; margin-bottom: 6px;
|
|
34
34
|
}
|
|
35
35
|
.nav-item:hover { background: var(--bg-hover); color: var(--text); }
|
|
36
36
|
.nav-item.active { background: var(--accent-light); color: var(--accent); font-weight: 600; }
|
|
37
|
-
.nav-item .icon { width:
|
|
38
|
-
.main { flex: 1; margin-left:
|
|
37
|
+
.nav-item .icon { width: 32px; text-align: center; font-size: 26px; }
|
|
38
|
+
.main { flex: 1; margin-left: 320px; min-height: 100vh; }
|
|
39
39
|
|
|
40
40
|
/* Mobile */
|
|
41
41
|
.mobile-header { display: none; background: var(--bg-card); border-bottom: 1px solid var(--border); padding: 12px 16px; position: sticky; top: 0; z-index: 50; }
|
package/package.json
CHANGED
package/src/studio-ui/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
--mono: 'SF Mono', 'Fira Code', monospace;
|
|
16
16
|
--radius: 10px; --radius-lg: 16px;
|
|
17
17
|
}
|
|
18
|
-
body { font-family: var(--font); background: var(--bg); color: var(--text); min-height: 100vh; }
|
|
18
|
+
body { font-family: var(--font); background: var(--bg); color: var(--text); min-height: 100vh; zoom: 1.3; }
|
|
19
19
|
a { color: var(--accent); text-decoration: none; }
|
|
20
20
|
button { font-family: var(--font); cursor: pointer; border: none; }
|
|
21
21
|
input, select, textarea { font-family: var(--font); }
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
/* Layout */
|
|
24
24
|
.app { display: flex; min-height: 100vh; }
|
|
25
25
|
.sidebar {
|
|
26
|
-
width:
|
|
27
|
-
padding: 20px
|
|
26
|
+
width: 320px; background: var(--bg-card); border-right: 1px solid var(--border);
|
|
27
|
+
padding: 24px 20px; display: flex; flex-direction: column; position: fixed; height: 100vh; z-index: 100;
|
|
28
28
|
}
|
|
29
|
-
.sidebar-logo { font-size:
|
|
29
|
+
.sidebar-logo { font-size: 26px; font-weight: 700; padding: 16px 20px; margin-bottom: 32px; display: flex; align-items: center; gap: 12px; }
|
|
30
30
|
.sidebar-logo span { color: var(--accent); }
|
|
31
31
|
.nav-item {
|
|
32
|
-
display: flex; align-items: center; gap:
|
|
33
|
-
cursor: pointer; color: var(--text-muted); transition: all 0.15s; font-size:
|
|
32
|
+
display: flex; align-items: center; gap: 16px; padding: 20px 22px; border-radius: var(--radius);
|
|
33
|
+
cursor: pointer; color: var(--text-muted); transition: all 0.15s; font-size: 22px; margin-bottom: 6px;
|
|
34
34
|
}
|
|
35
35
|
.nav-item:hover { background: var(--bg-hover); color: var(--text); }
|
|
36
36
|
.nav-item.active { background: var(--accent-light); color: var(--accent); font-weight: 600; }
|
|
37
|
-
.nav-item .icon { width:
|
|
38
|
-
.main { flex: 1; margin-left:
|
|
37
|
+
.nav-item .icon { width: 32px; text-align: center; font-size: 26px; }
|
|
38
|
+
.main { flex: 1; margin-left: 320px; min-height: 100vh; }
|
|
39
39
|
|
|
40
40
|
/* Mobile */
|
|
41
41
|
.mobile-header { display: none; background: var(--bg-card); border-bottom: 1px solid var(--border); padding: 12px 16px; position: sticky; top: 0; z-index: 50; }
|