vault backup: 2023-10-05 15:02:27

This commit is contained in:
Clément PONS 2023-10-05 15:02:27 +02:00
parent 36c3585788
commit b0b29be4a6
3 changed files with 1717 additions and 1114 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,5 +5,5 @@
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.20.0"
"version": "2.22.0"
}

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;
}