Merge pull request #12 from fnsign:1.2.7

css fix for 1.2.6
This commit is contained in:
Fozi 2026-05-13 21:31:38 +02:00 committed by GitHub
commit 07d98ca90c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View file

@ -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",

View file

@ -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;
}