Refactoring search, navigation, canvas and others to fit the new data model

This commit is contained in:
2024-08-06 00:15:09 +02:00
parent e28d72fd1b
commit a3d0b3b5bd
26 changed files with 409 additions and 253 deletions

View File

@@ -262,7 +262,7 @@ html.light-mode .light-block {
color: var(--text-error);
}
.input-form .loading {
.loading {
width: 24px;
height: 24px;
border: 4px solid var(--color-purple);
@@ -277,4 +277,15 @@ html.light-mode .light-block {
text-align: center;
font-style: italic;
font-weight: var(--font-extrabold);
}
.tree-item-self[data-type]:after {
content: attr(data-type);
border: 1px solid var(--background-modifier-border);
background-color: var(--background-primary-alt);
padding: 0 4px;
border-radius: 4px;
font-size: var(--font-smaller);
/* font-style: italic; */
font-variant: all-petite-caps;
}

View File

@@ -2673,7 +2673,7 @@ body:not(.native-scrollbars) * {
content: ': ';
}
.suggestion-item.mod-complex .suggestion-highlight {
.suggestion-item.mod-complex .highlight {
font-weight: bold;
}
@@ -2722,7 +2722,7 @@ body:not(.native-scrollbars) * {
margin: 0 var(--size-4-1) 0 var(--size-4-3);
}
.suggestion-highlight {
.highlight {
font-weight: bold;
}