Added filename in search fields, updated minisearch to beta, auto-search

This commit is contained in:
Simon Cambier
2022-04-09 23:05:15 +02:00
parent e48834a386
commit 8139045ef3
5 changed files with 100 additions and 63 deletions

View File

@@ -1,5 +1,13 @@
.osresult__title {
/* font-size: var(--font-adaptive-normal); */
font-weight: bold;
}
.osresult__name {
padding-left: 1em;
font-size: small;
font-weight: normal;
/* color: var(--text-muted);
text-decoration: underline; */
}
.osresult__body {