Skip to content

Commit

Permalink
3.2.2
Browse files Browse the repository at this point in the history
- Accidentally removed centering of icon in 3.2.1. Added back in
  • Loading branch information
valentine195 committed Apr 28, 2021
1 parent 2eb0421 commit 796f979
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.1",
"version": "3.2.2",
"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.1",
"version": "3.2.2",
"description": "Admonition block-styled content for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
left: 0.6rem;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: center;
width: 1.25rem;
color: rgb(var(--admonition-color));
}
Expand Down
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.1": "0.11.0"
"3.2.2": "0.11.0"
}

0 comments on commit 796f979

Please sign in to comment.