doc(search): use docsearch's SCSS version
This commit is contained in:
parent
71c36eba1c
commit
91856d8cdf
4 changed files with 198 additions and 16 deletions
|
|
@ -40,7 +40,6 @@
|
|||
|
||||
<link rel="stylesheet" media="screen" href="{{ "/css/main.css" | prepend: site.baseurl }}" />
|
||||
<link rel="stylesheet" media="screen" href="//cdn.jsdelivr.net/fontawesome/4.4.0/css/font-awesome.min.css" />
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
197
docs/css/_docsearch.scss
Normal file
197
docs/css/_docsearch.scss
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -185,18 +185,3 @@ $custom:(
|
|||
.algolia-autocomplete {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
.aa-dropdown-menu.aa-with-0 {
|
||||
top: 31px !important;
|
||||
}
|
||||
|
||||
.aa-dropdown-menu {
|
||||
margin-left: -300px !important;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.aa-dropdown-menu {
|
||||
min-width: 530px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,3 +12,4 @@
|
|||
@import "home";
|
||||
@import "page";
|
||||
@import "searchbar";
|
||||
@import "docsearch";
|
||||
|
|
|
|||
Loading…
Reference in a new issue