@pluno/product-agent-web 0.1.47 → 0.1.48
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.
|
@@ -3041,7 +3041,7 @@ function Qt(e, t) {
|
|
|
3041
3041
|
flex-direction: column;
|
|
3042
3042
|
gap: 14px;
|
|
3043
3043
|
overflow: auto;
|
|
3044
|
-
padding:
|
|
3044
|
+
padding: 56px 14px 12px;
|
|
3045
3045
|
min-height: 0;
|
|
3046
3046
|
scrollbar-color: var(--pluno-pa-divider) transparent;
|
|
3047
3047
|
scrollbar-width: thin;
|
|
@@ -4422,9 +4422,6 @@ function Qt(e, t) {
|
|
|
4422
4422
|
z-index: 3;
|
|
4423
4423
|
filter: url(#pluno-pa-scribble-wobble-2);
|
|
4424
4424
|
}
|
|
4425
|
-
.pluno-pa-widget--scribble .pluno-pa-widget__timeline {
|
|
4426
|
-
padding-top: 34px;
|
|
4427
|
-
}
|
|
4428
4425
|
/* The top text fade paints a square-cornered bg gradient; with the panel
|
|
4429
4426
|
overflow visible for the spiral it would poke past the rounded border */
|
|
4430
4427
|
.pluno-pa-widget--scribble .pluno-pa-widget__timeline-wrap::before {
|
package/package.json
CHANGED