mirror of
https://github.com/meld-cp/obsidian-build.git
synced 2026-07-22 07:30:25 +00:00
build
This commit is contained in:
parent
b6539ed902
commit
9443acd42c
2 changed files with 5 additions and 1 deletions
2
dist/manifest.json
vendored
2
dist/manifest.json
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "meld-build",
|
"id": "meld-build",
|
||||||
"name": "Meld Build",
|
"name": "Meld Build",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"minAppVersion": "1.1.9",
|
"minAppVersion": "1.1.9",
|
||||||
"description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.",
|
"description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.",
|
||||||
"author": "meld-cp",
|
"author": "meld-cp",
|
||||||
|
|
|
||||||
4
dist/styles.css
vendored
4
dist/styles.css
vendored
|
|
@ -4,4 +4,8 @@
|
||||||
grid-row-gap: 1em;
|
grid-row-gap: 1em;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-reading-view .block-language-meld-build-toolbar{
|
||||||
|
padding:0.5em 0;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue