add highlighting and suggestion note

This commit is contained in:
daniel
2024-12-23 00:22:51 +01:00
parent b79d363c9f
commit e744b48536
2 changed files with 58 additions and 8 deletions

View File

@@ -1,3 +1,28 @@
span.suggestion-highlight {
div.dataview-suggestion-content {
display: flex;
flex-direction: column;
overflow: hidden;
text-overflow: ellipsis;
margin-inline-end: auto;
}
div.dataview-suggestion-title {
overflow-wrap: break-word;
}
div.dataview-suggestion-note p {
margin-block: 0px;
}
div.dataview-suggestion-note{
font-size: 0.8em;
color: var(--text-muted);
width: 100%;
flex-basis: 100%;
overflow-wrap: break-word;
}
span.dataview-suggestion-highlight {
font-weight: bold;
}