Skip to content

Commit

Permalink
update (troubleshooting)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromonaco committed Jul 28, 2024
1 parent 2aac649 commit 687e263
Show file tree
Hide file tree
Showing 374 changed files with 46,740 additions and 30,445 deletions.
3,672 changes: 1,647 additions & 2,025 deletions .obsidian/plugins/obsidian-git/main.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions .obsidian/plugins/obsidian-git/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03",
"id": "obsidian-git",
"name": "Git",
"description": "Backup your vault with Git.",
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.24.1"
"version": "2.25.0"
}
11 changes: 11 additions & 0 deletions .obsidian/plugins/obsidian-git/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
height: auto;
}

.is-active .git-tools .buttons > * {
color: var(--nav-item-color-active);
}

.git-author {
color: var(--text-accent);
}
Expand Down Expand Up @@ -549,3 +553,10 @@
padding: 0px 6px 0px 6px;
white-space: pre; /* Keep spaces and do not collapse them. */
}

@media (max-width: 800px) {
/* hide git blame gutter not to superpose text */
.cm-gutterElement.obs-git-blame-gutter {
display: none;
}
}
Loading

0 comments on commit 687e263

Please sign in to comment.