rivia 0.0.104 → 0.0.106
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4828,8 +4828,8 @@ var ProductManagement = /* @__PURE__ */ function() {
|
|
|
4828
4828
|
style.innerHTML = `
|
|
4829
4829
|
.pm-dot {
|
|
4830
4830
|
position: absolute !important;
|
|
4831
|
-
top:
|
|
4832
|
-
right:
|
|
4831
|
+
top: -3px !important;
|
|
4832
|
+
right: -3px !important;
|
|
4833
4833
|
width: 8px !important;
|
|
4834
4834
|
height: 8px !important;
|
|
4835
4835
|
background-color: red !important;
|