@pluno/product-agent-web 0.1.56 → 0.1.57
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.
|
@@ -3708,12 +3708,11 @@ function wn(e, t) {
|
|
|
3708
3708
|
font-size: 12px;
|
|
3709
3709
|
color: var(--pluno-pa-muted);
|
|
3710
3710
|
line-height: 1.35;
|
|
3711
|
-
|
|
3711
|
+
min-height: 36px;
|
|
3712
3712
|
}
|
|
3713
3713
|
.pluno-pa-widget__character--tool-group {
|
|
3714
3714
|
width: 36px;
|
|
3715
3715
|
height: 36px;
|
|
3716
|
-
margin-top: -8px;
|
|
3717
3716
|
}
|
|
3718
3717
|
.pluno-pa-widget__assistant-marker {
|
|
3719
3718
|
min-height: 19px;
|
|
@@ -4681,24 +4680,25 @@ function wn(e, t) {
|
|
|
4681
4680
|
.pluno-pa-widget--scribble .pluno-pa-widget__character--tool-group {
|
|
4682
4681
|
width: 60px;
|
|
4683
4682
|
height: 60px;
|
|
4684
|
-
margin-
|
|
4683
|
+
margin-left: -6px;
|
|
4684
|
+
margin-right: -10px;
|
|
4685
4685
|
}
|
|
4686
4686
|
.pluno-pa-widget--scribble .pluno-pa-widget__tool-group {
|
|
4687
4687
|
align-items: center;
|
|
4688
|
-
|
|
4688
|
+
min-height: 60px;
|
|
4689
4689
|
}
|
|
4690
4690
|
.pluno-pa-widget--scribble .pluno-pa-widget__assistant-marker:not(.pluno-pa-widget__thinking-marker) {
|
|
4691
|
-
|
|
4691
|
+
min-height: 60px;
|
|
4692
4692
|
}
|
|
4693
4693
|
.pluno-pa-widget--scribble .pluno-pa-widget__tool-group.pluno-pa-widget__tool-group--open {
|
|
4694
4694
|
align-items: flex-start;
|
|
4695
4695
|
}
|
|
4696
4696
|
.pluno-pa-widget--scribble .pluno-pa-widget__tool-group details {
|
|
4697
|
-
transform:
|
|
4697
|
+
transform: none;
|
|
4698
4698
|
}
|
|
4699
4699
|
.pluno-pa-widget--scribble .pluno-pa-widget__thinking-marker .pluno-pa-widget__status,
|
|
4700
4700
|
.pluno-pa-widget--scribble .pluno-pa-widget__status.pluno-pa-widget__bottom-reserve-compact {
|
|
4701
|
-
transform:
|
|
4701
|
+
transform: none;
|
|
4702
4702
|
}
|
|
4703
4703
|
.pluno-pa-widget--scribble .pluno-pa-widget__thinking-marker.pluno-pa-widget__bottom-reserve-compact {
|
|
4704
4704
|
margin-bottom: 28px;
|
package/package.json
CHANGED