Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RyzenFromFire committed Feb 14, 2024
1 parent 4149bb0 commit d33fb8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Phoenix",
"version": "2.1.17",
"version": "2.1.18",
"minAppVersion": "1.0.0",
"author": "RyzenFromFire",
"authorUrl": "https://github.com/RyzenFromFire"
Expand Down
10 changes: 8 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1155,9 +1155,10 @@ body {
}

/* fix for Obsidian 1.5 indent change */
/* removes additional indent from checkbox and bullet point lines */
/* removes additional indent from checkbox, bullet point, and enumeration lines */

.cm-formatting-list-ul {
.cm-formatting-list-ul,
.cm-formatting-list-ol {
padding-inline-start: 0;
}

Expand All @@ -1181,3 +1182,8 @@ body {
}
/* end fixes for "editing unordered list bullet point causes 4px padding decrease" */

/* reduce image border radius */
body {
--img-border-radius: 2px !important;
}

0 comments on commit d33fb8d

Please sign in to comment.