Skip to content

Commit

Permalink
fix margin, version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexW00 committed Mar 8, 2024
1 parent cb53ec2 commit ade32f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"build": "wasm-pack build --target web && rollup --config rollup.config.js",
"build:copy": "npm run build && ./copy_to_vault.sh /home/aw/Documents/Obsidian/obs"
"build:copy": "npm run build && ./copy_to_vault.sh /home/aw/Dropbox/Documents/Other/Obsidian/YouTube"
},
"keywords": [],
"author": "",
Expand Down
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,5 @@ button {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: var(--default-margin);
}

0 comments on commit ade32f3

Please sign in to comment.