Add search support

Only supports elasticlunr_json
This commit is contained in:
daudix
2024-06-30 02:58:21 +03:00
parent 78b37ef30c
commit 3eaa81e755
15 changed files with 362 additions and 34 deletions

View File

@ -8,7 +8,7 @@
width: 7.8125rem;
height: 7.8125rem;
:root[dir="rtl"] & {
:root[dir*="rtl"] & {
float: left;
margin: 3rem 1rem 0 0;
}
@ -47,7 +47,7 @@
border-radius: 0.25rem;
padding-left: 1rem;
:root[dir="rtl"] & {
:root[dir*="rtl"] & {
border-right: 0.25rem solid var(--fg-muted-2);
border-left: unset;
padding-right: 1rem;