@micromag/screen-gallery 0.3.360 → 0.3.361
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/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -430,7 +430,7 @@ var GalleryScreen = function GalleryScreen(_ref) {
|
|
|
430
430
|
className: styles.header,
|
|
431
431
|
ref: headerRef,
|
|
432
432
|
style: {
|
|
433
|
-
paddingTop: finalSpacing,
|
|
433
|
+
paddingTop: hasHeader ? finalSpacing / 2 : spacing,
|
|
434
434
|
paddingLeft: spacing,
|
|
435
435
|
paddingRight: spacing,
|
|
436
436
|
transform: !isPreview ? "translate(0, ".concat(viewerTopHeight, "px)") : null
|
package/lib/index.js
CHANGED
|
@@ -454,7 +454,7 @@ var GalleryScreen = function GalleryScreen(_ref) {
|
|
|
454
454
|
className: styles.header,
|
|
455
455
|
ref: headerRef,
|
|
456
456
|
style: {
|
|
457
|
-
paddingTop: finalSpacing,
|
|
457
|
+
paddingTop: hasHeader ? finalSpacing / 2 : spacing,
|
|
458
458
|
paddingLeft: spacing,
|
|
459
459
|
paddingRight: spacing,
|
|
460
460
|
transform: !isPreview ? "translate(0, ".concat(viewerTopHeight, "px)") : null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.361",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "846c75443d002315fbf6ec9b6e6292f7f3dfbd06"
|
|
72
72
|
}
|