shareneus 1.7.29 → 1.7.311
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.
|
@@ -426,7 +426,7 @@ function buildHeaderContentWithLogo(logoDataUrl, hasLogo, organizationStack, log
|
|
|
426
426
|
image: logoDataUrl,
|
|
427
427
|
// fit: [80, 80],
|
|
428
428
|
height: 80,
|
|
429
|
-
margin: [0, -
|
|
429
|
+
margin: [0, -15, 6, 0]
|
|
430
430
|
};
|
|
431
431
|
if (logoPosition === 'Top') {
|
|
432
432
|
return {
|
|
@@ -453,7 +453,7 @@ function buildHeaderContentWithLogo(logoDataUrl, hasLogo, organizationStack, log
|
|
|
453
453
|
logoBlock,
|
|
454
454
|
{
|
|
455
455
|
width: '*',
|
|
456
|
-
marginLeft: textAlignment === 'center' ? -
|
|
456
|
+
marginLeft: textAlignment === 'center' ? -110 : 0,
|
|
457
457
|
stack: safeOrganizationStack
|
|
458
458
|
}
|
|
459
459
|
],
|
package/package.json
CHANGED
|
@@ -486,7 +486,7 @@ function buildHeaderContentWithLogo(
|
|
|
486
486
|
image: logoDataUrl,
|
|
487
487
|
// fit: [80, 80],
|
|
488
488
|
height:80,
|
|
489
|
-
margin: [0, -
|
|
489
|
+
margin: [0, -15, 6, 0]
|
|
490
490
|
};
|
|
491
491
|
|
|
492
492
|
if (logoPosition === 'Top') {
|
|
@@ -519,7 +519,7 @@ function buildHeaderContentWithLogo(
|
|
|
519
519
|
logoBlock,
|
|
520
520
|
{
|
|
521
521
|
width: '*',
|
|
522
|
-
marginLeft: textAlignment === 'center' ? -
|
|
522
|
+
marginLeft: textAlignment === 'center' ? -110 : 0,
|
|
523
523
|
stack: safeOrganizationStack
|
|
524
524
|
}
|
|
525
525
|
],
|