Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
- Properly center admonition icon (ref #14 )
  • Loading branch information
valentine195 committed Apr 28, 2021
1 parent c6b4962 commit 2eb0421
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "3.2.0",
"version": "3.2.1",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-admonition",
"version": "3.2.0",
"version": "3.2.1",
"description": "Admonition block-styled content for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down
6 changes: 2 additions & 4 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
.admonition-title-icon {
position: absolute;
left: 0.6rem;
top: 50%;
transform: translateY(-50%);
width: 1.25rem;
height: 1.25rem;
color: rgb(var(--admonition-color));
display: flex;
justify-content: center;
align-items: center;
}

.admonition-title.no-title {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"importHelpers": true,
"lib": ["dom", "es5", "scripthost", "es2019"]
},
"include": ["**/*.ts"]
"include": ["**/*.ts", "src/codemirror.js"]
}
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"1.0.1": "0.11.0",
"2.0.1": "0.11.0",
"3.1.2": "0.11.0",
"3.2.0": "0.11.0"
"3.2.1": "0.11.0"
}

0 comments on commit 2eb0421

Please sign in to comment.