Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
Fixed styling bugs in modal.
  • Loading branch information
jglev committed Jul 5, 2022
1 parent f771830 commit 479c6aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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-redirect",
"name": "Redirect",
"version": "0.1.5",
"version": "0.1.6",
"minAppVersion": "0.14.15",
"description": "An Obsidian (https://obsidian.md) plugin for redirecting links based on YAML frontmatter.",
"author": "Jacob Levernier",
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-redirect",
"version": "0.1.5",
"version": "0.1.6",
"description": "An Obsidian (https://obsidian.md) plugin for redirecting links based on YAML frontmatter.",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.redirect-suggester-el {
display: relative;
position: relative;
width: 100%;
margin-left: 0.5em;
}

Expand Down Expand Up @@ -65,7 +66,7 @@
/* margin-left: -1em;
margin-right: 1em;
*/ position: absolute;
left: 0.75em;
left: -1em;
transform: scale(1, -1);
font-size: larger;
}
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"0.1.2": "0.14.15",
"0.1.3": "0.14.15",
"0.1.4": "0.14.15",
"0.1.5": "0.14.15"
"0.1.5": "0.14.15",
"0.1.6": "0.14.15"
}

0 comments on commit 479c6aa

Please sign in to comment.