diff --git a/CHANGELOG.md b/CHANGELOG.md index c58d0cb..10da9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to Rich Foot will be documented in this file. +## [1.10.6] - 2025-01-10 +### 📦 Updated +- Ajusted `css` padding values to be compatible with `Typewriter Scroll` plugin + ## [1.10.5] - 2024-12-26 ### 📦 Updated - Support for more date formats in `frontmatter` created/modified fields (ISO, space-separated, and just date) diff --git a/UPDATE.md b/UPDATE.md index f5b5775..b51c3d7 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,5 +1,9 @@ ## 🛑 Exclude Me Please +### [1.10.6] - 2025-01-10 +#### 📦 Updated +- Ajusted `css` padding values to be compatible with `Typewriter Scroll` plugin + ### [1.10.5] - 2024-12-26 #### 📦 Updated - Support for more date formats in `frontmatter` created/modified fields (ISO, space-separated, and just date) diff --git a/example-vault.zip b/example-vault.zip index b098ff7..3932415 100644 Binary files a/example-vault.zip and b/example-vault.zip differ diff --git a/manifest.json b/manifest.json index e1989bd..8cbec1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "rich-foot", "name": "Rich Foot", - "version": "1.10.5", + "version": "1.10.6", "minAppVersion": "1.5.0", "description": "Adds backlink tags and created/modified dates to the footer of your notes.", "author": "Justin Parker (eQui\\\\ Labs)", diff --git a/styles.css b/styles.css index fcb4817..08ca736 100644 --- a/styles.css +++ b/styles.css @@ -160,7 +160,8 @@ body.theme-light .rich-foot--backlinks ul li a { .cm-scroller .cm-contentContainer > .cm-content, .markdown-source-view .cm-contentContainer > .cm-content { - padding-bottom: 0 !important; + padding-top: 0 !important; + padding-bottom: unset !important; } .cm-scroller .rich-foot--backlinks,