Trying Svelte, displaying the number of matches

This commit is contained in:
Simon Cambier
2022-04-15 20:39:08 +02:00
parent e5ba366840
commit 66b8980255
6 changed files with 52 additions and 34 deletions

View File

@@ -8,6 +8,10 @@
font-weight: bold;
}
.omnisearch-result__counter {
font-size: 0.7rem;
}
.omnisearch-result__body {
white-space: normal;
font-size: small;