mirror of
https://github.com/fnsign/embedded-omnisearch.git
synced 2026-07-22 06:58:08 +00:00
commit
07d98ca90c
2 changed files with 4 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "embedded-omnisearch",
|
||||
"name": "Embedded-Omnisearch",
|
||||
"version": "1.2.6",
|
||||
"version": "1.2.7",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Inline search UI powered by Omnisearch, with configurable page size, highlight color, and highlight opacity.",
|
||||
"author": "fnsign",
|
||||
|
|
|
|||
|
|
@ -190,15 +190,12 @@
|
|||
color: var(--text-accent);
|
||||
}
|
||||
|
||||
.eo-results-score,
|
||||
.eo-results-head-score {
|
||||
text-align: left;
|
||||
color: var(--text-muted);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.eo-results-head-score,
|
||||
.eo-results-score {
|
||||
text-align: left;
|
||||
color: var(--text-muted);
|
||||
white-space: nowrap;
|
||||
width: 1%;
|
||||
min-width: 5ch;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue