diff --git a/manifest.json b/manifest.json index 6546bc7..4f5161a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-banner", "name": "Simple Banner", - "version": "0.5.0", + "version": "0.5.1", "minAppVersion": "1.8.9", "description": "Visually enhance your notes with a customizable banner. Supports icons and time/date display.", "author": "Sandro Ducceschi", diff --git a/package-lock.json b/package-lock.json index 16123a4..e5e6b30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-banner", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-banner", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 74c3918..7734284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-banner", - "version": "0.5.0", + "version": "0.5.1", "description": "Visually enhance your notes with a customizable banner. Supports icons and time/date display.", "main": "dist/main.js", "scripts": { diff --git a/src/scss/frontmatter.scss b/src/scss/frontmatter.scss index 01152c3..e7c2f85 100644 --- a/src/scss/frontmatter.scss +++ b/src/scss/frontmatter.scss @@ -114,6 +114,10 @@ body.sb-autohide { } } + .cm-sizer { + margin-top: inherit; + } + .cm-contentContainer { position: relative; z-index: 1;