update
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian42-strange-new-worlds",
|
||||
"name": "Strange New Worlds",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.4",
|
||||
"minAppVersion": "1.5.11",
|
||||
"description": "Help see how your vault is interconnected with visual indicators.",
|
||||
"author": "TfTHacker",
|
||||
|
@@ -41,6 +41,11 @@ div:has(> .snw-reference),
|
||||
}
|
||||
}
|
||||
|
||||
/* custom properties display */
|
||||
.snw-custom-property-name {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* CM Live Preview */
|
||||
.cm-content .snw-reference {
|
||||
padding-right: 2px;
|
||||
@@ -146,6 +151,10 @@ div:has(> .snw-reference),
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.snw-ref-item-file.tree-item-self {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
||||
.snw-ref-item-collection-items {
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
|
Reference in New Issue
Block a user