This commit is contained in:
2024-02-04 23:26:02 +09:00
parent a819753644
commit 5e324d85a3
7 changed files with 1064 additions and 885 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,9 @@
{
"id": "obsidian-git",
"name": "Obsidian Git",
"name": "Git",
"description": "Backup your vault with Git.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.20.7"
"version": "2.23.2"
}

View File

@ -8,6 +8,11 @@
}
}
.workspace-leaf-content[data-type='git-view'] .button-border {
border: 2px solid var(--interactive-accent);
border-radius: var(--radius-s);
}
.workspace-leaf-content[data-type='git-view'] .view-content {
padding: 0;
}