mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
wip
This commit is contained in:
parent
77c4e14a99
commit
164819c608
5 changed files with 8 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
.docsearch-input {
|
.docsearch-input {
|
||||||
background-image: url('/assets/img/magnifying-glass.svg');
|
background-image: url('/docs/assets/img/magnifying-glass.svg');
|
||||||
background-position: 0.8em;
|
background-position: 0.8em;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
text-indent: 1.2em;
|
text-indent: 1.2em;
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
@screen xl {
|
@screen xl {
|
||||||
&:focus {
|
&:focus {
|
||||||
@apply .w-1/2;
|
@apply .w-3/4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,9 @@
|
||||||
<meta name="twitter:image:alt" content="{{ $page->siteName }}">
|
<meta name="twitter:image:alt" content="{{ $page->siteName }}">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
|
||||||
|
<meta name="docsearch:language" content="en" />
|
||||||
|
<meta name="docsearch:version" content="{{ $page->version() }}" />
|
||||||
|
|
||||||
@if ($page->docsearchApiKey && $page->docsearchIndexName)
|
@if ($page->docsearchApiKey && $page->docsearchIndexName)
|
||||||
<meta name="generator" content="tighten_jigsaw_doc">
|
<meta name="generator" content="tighten_jigsaw_doc">
|
||||||
@endif
|
@endif
|
||||||
|
|
@ -50,8 +53,6 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<meta name="docsearch:language" content="en" />
|
|
||||||
<meta name="docsearch:version" content="{{ $page->version() }}" />
|
|
||||||
<div class="flex flex-1 justify-end items-center text-right md:pl-10">
|
<div class="flex flex-1 justify-end items-center text-right md:pl-10">
|
||||||
@if ($page->docsearchApiKey && $page->docsearchIndexName)
|
@if ($page->docsearchApiKey && $page->docsearchIndexName)
|
||||||
@include('_nav.search-input')
|
@include('_nav.search-input')
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<input
|
<input
|
||||||
id="docsearch-input"
|
id="docsearch-input"
|
||||||
class="docsearch-input relative block h-10 transition-fast w-full lg:w-1/2 xl:w-1/3 bg-grey-lightest outline-none rounded-full text-grey-darker border border-grey focus:border-blue-light ml-auto px-4 pb-0"
|
class="docsearch-input relative block h-10 transition-fast w-full lg:w-3/4 mx-auto bg-grey-lightest outline-none rounded-full text-grey-darker border border-grey focus:border-blue-light px-4 pb-0"
|
||||||
name="docsearch"
|
name="docsearch"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"/js/main.js": "/js/main.js?id=559633482baac87a89b5",
|
"/js/main.js": "/js/main.js?id=559633482baac87a89b5",
|
||||||
"/css/main.css": "/css/main.css?id=0e3d47a146ef55ad0760",
|
"/css/main.css": "/css/main.css?id=1a530b12a353eaf2f134",
|
||||||
"/js/main.js.map": "/js/main.js.map?id=b4e687f67eff50c3fe64"
|
"/js/main.js.map": "/js/main.js.map?id=b4e687f67eff50c3fe64"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue