Skip to content

Commit

Permalink
adjust preview p margins, update script
Browse files Browse the repository at this point in the history
  • Loading branch information
RyzenFromFire committed Jan 14, 2024
1 parent 887993b commit fa12402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions create_tag.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
tag=$(grep -Po '"version": ".*"' ./manifest.json | grep -Po '(?:(\d+)\.)?(?:(\d+)\.)?(?:(\d+)\.\d+)')
echo "Creating tag '$tag'"
git tag -a $tag -m "$tag"
Expand Down
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.15",
"version": "2.1.16",
"minAppVersion": "1.0.0",
"author": "RyzenFromFire",
"authorUrl": "https://github.com/RyzenFromFire"
Expand Down
4 changes: 2 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1058,8 +1058,8 @@ li.task-list-item[data-task="x"] a.internal-link,


.markdown-preview-view.is-readable-line-width .markdown-preview-sizer p {
margin-top: 0.1em;
margin-bottom: 0.1em;
margin-top: 0.25em;
margin-bottom: 1em;
}

.markdown-preview-view.is-readable-line-width .markdown-preview-sizer ul {
Expand Down

0 comments on commit fa12402

Please sign in to comment.