From 9443acd42c5aee6400f3d77427235c0fcba6bf9c Mon Sep 17 00:00:00 2001 From: Cleon <18450687+meld-cp@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:25:56 +1300 Subject: [PATCH] build --- dist/manifest.json | 2 +- dist/styles.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/manifest.json b/dist/manifest.json index 3344495..20321ea 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,7 +1,7 @@ { "id": "meld-build", "name": "Meld Build", - "version": "0.1.1", + "version": "0.1.2", "minAppVersion": "1.1.9", "description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.", "author": "meld-cp", diff --git a/dist/styles.css b/dist/styles.css index 3c8adb6..8f0f1a8 100644 --- a/dist/styles.css +++ b/dist/styles.css @@ -4,4 +4,8 @@ grid-row-gap: 1em; grid-auto-flow: column; justify-content: start; +} + +.markdown-reading-view .block-language-meld-build-toolbar{ + padding:0.5em 0; } \ No newline at end of file