sfc-utils 1.3.51 → 1.3.53
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/topper.js +4 -0
package/package.json
CHANGED
package/topper.js
CHANGED
|
@@ -166,6 +166,7 @@ let getTopper = function(settings){
|
|
|
166
166
|
.giftarticle .givegift {
|
|
167
167
|
width: auto;
|
|
168
168
|
display: inline-flex;
|
|
169
|
+
align-items: center;
|
|
169
170
|
padding: 3px 9px !important;
|
|
170
171
|
}
|
|
171
172
|
`
|
|
@@ -320,6 +321,9 @@ let getTopper = function(settings){
|
|
|
320
321
|
height: 100%;
|
|
321
322
|
position: absolute;
|
|
322
323
|
}
|
|
324
|
+
.articleHeader--shareTools {
|
|
325
|
+
justify-content: center;
|
|
326
|
+
}
|
|
323
327
|
#topper-mediacontainer{
|
|
324
328
|
position: absolute;
|
|
325
329
|
top: 37px;
|