Add search support
Only supports elasticlunr_json
This commit is contained in:
@ -50,7 +50,7 @@ blockquote {
|
||||
padding: 0 0.75rem;
|
||||
color: var(--fg-muted-5);
|
||||
|
||||
:root[dir="rtl"] & {
|
||||
:root[dir*="rtl"] & {
|
||||
border-right: 0.25rem solid var(--primary-color);
|
||||
border-left: unset;
|
||||
}
|
||||
@ -110,7 +110,7 @@ hr {
|
||||
content: "☙❧";
|
||||
|
||||
// An ugly hack to fix mirroring in rtl
|
||||
:root[dir="rtl"] & {
|
||||
:root[dir*="rtl"] & {
|
||||
content: "❧☙";
|
||||
}
|
||||
}
|
||||
@ -133,7 +133,7 @@ aside {
|
||||
padding: 1rem;
|
||||
width: 30%;
|
||||
|
||||
:root[dir="rtl"] & {
|
||||
:root[dir*="rtl"] & {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user