vault backup: 2024-06-03 23:05:12

This commit is contained in:
2024-06-03 23:05:12 +08:00
parent 656e13dc05
commit 5c0b74922d
20 changed files with 2916 additions and 2653 deletions

View File

@@ -549,3 +549,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;
}
}