Full-text search v1

This commit is contained in:
2026-04-29 14:30:37 +02:00
parent c53701eb87
commit bb137e9c93
3 changed files with 249 additions and 25 deletions
+32
View File
@@ -379,6 +379,38 @@ textarea {
.search-input:focus {
border-color: var(--primary-hover);
}
.search-toggle {
display: flex;
align-items: center;
gap: 0.25rem;
white-space: nowrap;
}
.search-result {
display: flex;
flex-direction: column;
gap: 0.2rem;
flex: 1;
min-width: 0;
}
.search-result-row {
display: flex;
align-items: center;
gap: 0.75rem;
min-width: 0;
}
.search-result-row a {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.search-snippet {
font-size: 0.8rem;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* === Muted text === */
.muted {