Skip to content

Commit 796f979

Browse files
committed
3.2.2
- Accidentally removed centering of icon in 3.2.1. Added back in
1 parent 2eb0421 commit 796f979

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-admonition",
33
"name": "Admonition",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"minAppVersion": "0.11.0",
66
"description": "Admonition block-styled content for Obsidian.md",
77
"author": "Jeremy Valentine",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-admonition",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Admonition block-styled content for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

src/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
left: 0.6rem;
4040
top: 50%;
4141
transform: translateY(-50%);
42+
display: flex;
43+
justify-content: center;
4244
width: 1.25rem;
4345
color: rgb(var(--admonition-color));
4446
}

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"1.0.1": "0.11.0",
44
"2.0.1": "0.11.0",
55
"3.1.2": "0.11.0",
6-
"3.2.1": "0.11.0"
6+
"3.2.2": "0.11.0"
77
}

0 commit comments

Comments
 (0)