@symerian/symi 3.4.10 → 3.4.12
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.
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4fa9757036ba49d5786323fb5d2e649f1635bb70f4affee7e92250bd5b71d18e
|
|
@@ -3894,6 +3894,22 @@ body {
|
|
|
3894
3894
|
display: flex;
|
|
3895
3895
|
flex-direction: column;
|
|
3896
3896
|
gap: 8px;
|
|
3897
|
+
/* Override .glass-panel so the connections list floats without a card background. */
|
|
3898
|
+
background: transparent;
|
|
3899
|
+
backdrop-filter: none;
|
|
3900
|
+
-webkit-backdrop-filter: none;
|
|
3901
|
+
border: none;
|
|
3902
|
+
box-shadow: none;
|
|
3903
|
+
}
|
|
3904
|
+
|
|
3905
|
+
.connections-panel:hover {
|
|
3906
|
+
border: none;
|
|
3907
|
+
box-shadow: none;
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
.connections-panel::before,
|
|
3911
|
+
.connections-panel::after {
|
|
3912
|
+
display: none;
|
|
3897
3913
|
}
|
|
3898
3914
|
|
|
3899
3915
|
.conn-btn {
|
|
@@ -4493,6 +4509,22 @@ body {
|
|
|
4493
4509
|
display: flex;
|
|
4494
4510
|
flex-direction: column;
|
|
4495
4511
|
gap: 0;
|
|
4512
|
+
/* Override .glass-panel so the subagents list floats without a card background. */
|
|
4513
|
+
background: transparent;
|
|
4514
|
+
backdrop-filter: none;
|
|
4515
|
+
-webkit-backdrop-filter: none;
|
|
4516
|
+
border: none;
|
|
4517
|
+
box-shadow: none;
|
|
4518
|
+
}
|
|
4519
|
+
|
|
4520
|
+
.subagents-panel:hover {
|
|
4521
|
+
border: none;
|
|
4522
|
+
box-shadow: none;
|
|
4523
|
+
}
|
|
4524
|
+
|
|
4525
|
+
.subagents-panel::before,
|
|
4526
|
+
.subagents-panel::after {
|
|
4527
|
+
display: none;
|
|
4496
4528
|
}
|
|
4497
4529
|
|
|
4498
4530
|
.subagents-count {
|
|
@@ -5288,6 +5320,22 @@ body {
|
|
|
5288
5320
|
min-height: 120px;
|
|
5289
5321
|
max-height: 420px;
|
|
5290
5322
|
flex-shrink: 0;
|
|
5323
|
+
/* Override .glass-panel so the reasoning stream floats without a card background. */
|
|
5324
|
+
background: transparent;
|
|
5325
|
+
backdrop-filter: none;
|
|
5326
|
+
-webkit-backdrop-filter: none;
|
|
5327
|
+
border: none;
|
|
5328
|
+
box-shadow: none;
|
|
5329
|
+
}
|
|
5330
|
+
|
|
5331
|
+
.reasoning-panel:hover {
|
|
5332
|
+
border: none;
|
|
5333
|
+
box-shadow: none;
|
|
5334
|
+
}
|
|
5335
|
+
|
|
5336
|
+
.reasoning-panel::before,
|
|
5337
|
+
.reasoning-panel::after {
|
|
5338
|
+
display: none;
|
|
5291
5339
|
}
|
|
5292
5340
|
|
|
5293
5341
|
.reasoning-live-dot {
|