mirror of
https://github.com/esm7/obsidian-map-view.git
synced 2026-07-22 05:40:27 +00:00
This commit is contained in:
parent
c84c8c4536
commit
dc63aeeda1
4 changed files with 7 additions and 3 deletions
|
|
@ -834,6 +834,10 @@ And while both plugins are about maps and use Leaflet.js as their visual engine,
|
|||
|
||||
## Changelog
|
||||
|
||||
### 6.0.2
|
||||
|
||||
Fix to https://github.com/esm7/obsidian-map-view/issues/354.
|
||||
|
||||
### 6.0.1
|
||||
|
||||
- Fix to https://github.com/esm7/obsidian-map-view/issues/352.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-map-view",
|
||||
"name": "Map View",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"minAppVersion": "1.5.6",
|
||||
"description": "An interactive map view.",
|
||||
"isDesktopOnly": false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-map-view",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "An interactive map view for Obsidian.md",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
label {
|
||||
display: block;
|
||||
padding: 1px;
|
||||
color: var(--gray-darkest, #282828);
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
label span {
|
||||
|
|
|
|||
Loading…
Reference in a new issue