vault backup: 2023-03-24 12:29:32

This commit is contained in:
2023-03-24 12:29:32 +01:00
parent a10a57aecc
commit 1a05c47564
52 changed files with 109351 additions and 3825 deletions

View File

@@ -12,6 +12,10 @@
padding: 0;
}
.workspace-leaf-content[data-type='git-history-view'] .view-content {
padding: 0;
}
.loading>svg {
animation: 2s linear infinite loading;
transform-origin: 50% 50%;
@@ -42,21 +46,28 @@
.tooltip.mod-right {
overflow-wrap: break-word;
}
.obsidian-git-shortcuts {
margin: 10px;
}
.diff-err {
height: 100%;
.git-tools {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-left: auto;
}
.diff-err-sign {
font-size: 2em;
.git-tools .type {
padding-left: var(--size-2-1);
display: flex;
align-items: center;
justify-content: center;
}
.git-tools .type[data-type="M"] {
color: orange;
}
.git-tools .type[data-type="D"] {
color: red;
}
.git-tools .buttons {
display: flex;
}
.git-tools .buttons > * {
padding: 0 0;
height: auto;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {