device-63.home 2025-10-15:21:24:6

This commit is contained in:
oskar
2025-10-15 21:24:06 +02:00
parent 898e3a9bdd
commit d9664685af
32 changed files with 569 additions and 486 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.35.0"
"version": "2.35.1"
}

View File

@@ -14,11 +14,19 @@
}
.workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0;
padding-left: 0;
padding-top: 0;
padding-right: 0;
}
.workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0;
padding-left: 0;
padding-top: 0;
padding-right: 0;
}
.loading {
overflow: hidden;
}
.loading > svg {