forked from cadence/breezewiki
Implement Solr search provider
This commit is contained in:
parent
76eaaa0a47
commit
61c304cf41
5 changed files with 192 additions and 54 deletions
|
@ -249,11 +249,24 @@ a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */
|
|||
.my-result__link {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.my-result__description {
|
||||
font-size: 0.8em;
|
||||
white-space: pre-line;
|
||||
margin-left: 1.2em;
|
||||
}
|
||||
.my-result mark {
|
||||
background: rgba(255, 255, 0, 0.4);
|
||||
}
|
||||
.my-result__info {
|
||||
font-size: 0.8em;
|
||||
color: var(--theme-page-text-color--hover);
|
||||
margin-left: 1.2em;
|
||||
}
|
||||
.my-result__filter {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto 1fr;
|
||||
grid-gap: 8px;
|
||||
}
|
||||
|
||||
/* (breezewiki) search suggestions */
|
||||
.bw-search-form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue