@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 +1 -1
- package/superflow.js +4 -2
- package/superflow.min.js +4 -2
package/package.json
CHANGED
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:
|
|
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:
|
|
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;
|