pollcatch 2.1.6 → 2.1.7
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/pc.js +3 -2
package/package.json
CHANGED
package/pc.js
CHANGED
|
@@ -1989,7 +1989,7 @@ const To = F`
|
|
|
1989
1989
|
display: flex;
|
|
1990
1990
|
flex-wrap: wrap;
|
|
1991
1991
|
gap: clamp(0.15em, 0.2em + 0.1vw, 0.35em);
|
|
1992
|
-
justify-content: center;
|
|
1992
|
+
/* justify-content: center; */
|
|
1993
1993
|
align-items: center;
|
|
1994
1994
|
}
|
|
1995
1995
|
|
|
@@ -2194,7 +2194,6 @@ const To = F`
|
|
|
2194
2194
|
.pc-body {
|
|
2195
2195
|
display: flex;
|
|
2196
2196
|
flex-wrap: wrap;
|
|
2197
|
-
gap: var(--pc-control-spacing, var(--default-control-spacing));
|
|
2198
2197
|
}
|
|
2199
2198
|
|
|
2200
2199
|
.pc-section {
|
|
@@ -2301,6 +2300,7 @@ const To = F`
|
|
|
2301
2300
|
justify-content: space-between;
|
|
2302
2301
|
width: 100%;
|
|
2303
2302
|
gap: 0.5em;
|
|
2303
|
+
margin-top: var(--pc-control-spacing, var(--default-control-spacing));
|
|
2304
2304
|
}
|
|
2305
2305
|
|
|
2306
2306
|
.pc-footer .pc-status {
|
|
@@ -3522,6 +3522,7 @@ const Vo = F`
|
|
|
3522
3522
|
/* Adjust stats text for reactions */
|
|
3523
3523
|
.pc-stats-text {
|
|
3524
3524
|
font-size: var(--pc-font-size-small, var(--default-font-size-small));
|
|
3525
|
+
line-height: 100%;
|
|
3525
3526
|
margin: 0 0.3em;
|
|
3526
3527
|
opacity: 0.8;
|
|
3527
3528
|
}
|