@usesuperflow/toolbar-staging 1.0.458 → 1.0.459
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/package.json +1 -1
- package/superflow.js +5 -0
- package/superflow.min.js +5 -0
package/package.json
CHANGED
package/superflow.js
CHANGED
|
@@ -2571,6 +2571,11 @@ class ia extends zn{}ia.Encryptor=class extends ia{processBlock(t,e){const i=t,o
|
|
|
2571
2571
|
height: rem_var(var(--legacy-velt-tool-active-icon-size));
|
|
2572
2572
|
}
|
|
2573
2573
|
|
|
2574
|
+
app-sidebar-button-icon {
|
|
2575
|
+
width: 24px !important;
|
|
2576
|
+
height: 24px !important;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2574
2579
|
.private-comment-mode {
|
|
2575
2580
|
--legacy-velt-tool-icon-color: #8F95B2;
|
|
2576
2581
|
--legacy-velt-tool-hover-icon-color: #8F95B2;
|
package/superflow.min.js
CHANGED
|
@@ -2571,6 +2571,11 @@ class oa extends Hn{}oa.Encryptor=class extends oa{processBlock(t,e){const i=t,o
|
|
|
2571
2571
|
height: rem_var(var(--legacy-velt-tool-active-icon-size));
|
|
2572
2572
|
}
|
|
2573
2573
|
|
|
2574
|
+
app-sidebar-button-icon {
|
|
2575
|
+
width: 24px !important;
|
|
2576
|
+
height: 24px !important;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2574
2579
|
.private-comment-mode {
|
|
2575
2580
|
--legacy-velt-tool-icon-color: #8F95B2;
|
|
2576
2581
|
--legacy-velt-tool-hover-icon-color: #8F95B2;
|