@usesuperflow/toolbar-staging 1.0.519 → 1.0.520

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usesuperflow/toolbar-staging",
3
- "version": "1.0.519",
3
+ "version": "1.0.520",
4
4
  "description": "",
5
5
  "main": "superflow.js",
6
6
  "scripts": {
package/superflow.js CHANGED
@@ -1572,10 +1572,12 @@ class ca extends Jn{}ca.Encryptor=class extends ca{processBlock(t,e){const i=t,o
1572
1572
  velt-sidebar-button app-sidebar-button-comments-count{
1573
1573
  background: #625DF5;
1574
1574
  border-radius: 50%;
1575
- padding: 0 5px;
1575
+ padding: 2px 5px 0 5px;
1576
1576
  font-size: 12px;
1577
1577
  color: white;
1578
- width: 1.25rem;
1578
+ width: fit-content;
1579
+ border-radius: 10px;
1580
+ min-width: 1.25rem;
1579
1581
  height: 1.25rem;
1580
1582
  display: flex;
1581
1583
  align-items: center;
package/superflow.min.js CHANGED
@@ -1572,10 +1572,12 @@ class da extends Yn{}da.Encryptor=class extends da{processBlock(t,e){const i=t,o
1572
1572
  velt-sidebar-button app-sidebar-button-comments-count{
1573
1573
  background: #625DF5;
1574
1574
  border-radius: 50%;
1575
- padding: 0 5px;
1575
+ padding: 2px 5px 0 5px;
1576
1576
  font-size: 12px;
1577
1577
  color: white;
1578
- width: 1.25rem;
1578
+ width: fit-content;
1579
+ border-radius: 10px;
1580
+ min-width: 1.25rem;
1579
1581
  height: 1.25rem;
1580
1582
  display: flex;
1581
1583
  align-items: center;