vault backup: 2025-12-24 10:44:19

This commit is contained in:
2025-12-24 10:44:19 +08:00
parent a432670752
commit 5169177772
28 changed files with 2257 additions and 9810 deletions

View File

@@ -1,8 +1,3 @@
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
}
.block-language-dataview {
overflow-y: auto;
}
@@ -74,7 +69,7 @@
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
color: var(--text-nav-selected);
color: var(--nav-item-color-selected);
}
.dataview.inline-field-value {
@@ -82,7 +77,7 @@
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
color: var(--nav-item-color-selected);
}
.dataview.inline-field-standalone-value {
@@ -90,7 +85,7 @@
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
color: var(--nav-item-color-selected);
}
/***************/