This commit is contained in:
Oscar Plaisant
2024-07-07 04:15:38 +02:00
parent ba4a8f79e1
commit 44cc38e148
268 changed files with 45693 additions and 8468 deletions

View File

@@ -26,9 +26,11 @@
"weightH2": 1.3,
"weightH3": 1.1,
"weightUnmarkedTags": 1.1,
"weightCustomProperties": [],
"httpApiEnabled": true,
"httpApiPort": "51361",
"httpApiNotice": true,
"welcomeMessage": "1.21.0",
"verboseLogging": false
"verboseLogging": false,
"DANGER_httpHost": null
}

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.22.2",
"version": "1.23.1",
"minAppVersion": "1.3.0",
"description": "A search engine that just works",
"author": "Simon Cambier",

View File

@@ -56,12 +56,12 @@
-webkit-box-orient: vertical;
color: var(--text-muted);
margin-left: 0.5em;
margin-inline-start: 0.5em;
}
.omnisearch-result__image-container {
flex-basis: 20%;
text-align: right;
text-align: end;
}
.omnisearch-highlight {
@@ -101,7 +101,7 @@
@media only screen and (min-width: 600px) {
.omnisearch-input-container__buttons {
margin-right: 1em;
margin-inline-end: 1em;
}
}