@flozy/editor 5.6.5 → 5.6.7

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.
@@ -539,7 +539,7 @@ const CommonEditor = /*#__PURE__*/forwardRef((props, ref) => {
539
539
  transition: "all 0.3s",
540
540
  minHeight: "87%",
541
541
  maxWidth: pageMaxWidth ? `${parseInt(pageMaxWidth)}px !important` : "auto",
542
- paddingTop: hasTopBanner() ? '20px !important' : ''
542
+ paddingTop: hasTopBanner() ? '20px !important' : isMobile ? '10px !important' : ''
543
543
  },
544
544
  "data-info": outsideEditorClickLabel,
545
545
  children: [/*#__PURE__*/_jsx(Editable, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "5.6.5",
3
+ "version": "5.6.7",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"