Skip to content

Commit

Permalink
4.3.5
Browse files Browse the repository at this point in the history
- Map background now matches theme background color.
  • Loading branch information
valentine195 committed Oct 28, 2021
1 parent 70a1d9a commit e1157fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "obsidian-leaflet-plugin",
"name": "Obsidian Leaflet",
"description": "Interactive maps inside your notes",
"version": "4.3.4",
"version": "4.3.5",
"minAppVersion": "0.12.12",
"author": "Jeremy Valentine",
"repo": "valentine195/obsidian-leaflet-plugin",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "obsidian-leaflet-plugin",
"version": "4.3.4",
"version": "4.3.5",
"description": "Leaflet integration for Obsidian.md",
"main": "main.js",
"scripts": {
"dev": "webpack --config webpack.dev.js -w",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && webpack --config webpack.dev.js -w",
"build": "webpack",
"analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json"
},
Expand Down Expand Up @@ -49,4 +49,4 @@
"worker-loader": "^3.0.8",
"xmldom": "^0.6.0"
}
}
}
1 change: 1 addition & 0 deletions src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ input.is-invalid {

.block-language-leaflet > .leaflet-container {
z-index: 0;
background-color: var(--background-secondary-alt);
}

.block-language-leaflet > .adding-text {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"3.24.3": "0.12.10",
"4.0.0": "0.12.12",
"4.2.2": "0.12.12",
"4.3.4": "0.12.12"
"4.3.5": "0.12.12"
}

0 comments on commit e1157fb

Please sign in to comment.