sfc-utils 1.3.50 → 1.3.52

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/topper.js +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.3.50",
3
+ "version": "1.3.52",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",
package/topper.js CHANGED
@@ -163,6 +163,11 @@ let getTopper = function(settings){
163
163
  width: 100%;
164
164
  height: 100%;
165
165
  }
166
+ .giftarticle .givegift {
167
+ width: auto;
168
+ display: inline-flex;
169
+ padding: 3px 9px !important;
170
+ }
166
171
  `
167
172
  if(storySettings.Topper_CustomCSS_Inject){
168
173
  topperCSS += storySettings.Topper_CustomCSS_Inject;
@@ -315,6 +320,9 @@ let getTopper = function(settings){
315
320
  height: 100%;
316
321
  position: absolute;
317
322
  }
323
+ .articleHeader--shareTools {
324
+ justify-content: center;
325
+ }
318
326
  #topper-mediacontainer{
319
327
  position: absolute;
320
328
  top: 37px;