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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/topper.js +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",
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;