mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +00:00
autofocus on searchbar on homepage
This commit is contained in:
parent
e0471c8508
commit
e331e4ce97
@ -13,7 +13,7 @@ Browse <a href="/notes">here</a> or by tag <a href="/.tags">here</a>.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="searchWrapper">
|
<div id="searchWrapper">
|
||||||
<input placeholder="Search" id="search">
|
<input placeholder="Search" id="search" autofocus>
|
||||||
<input type="number" id="resultsMax" min="0" value="5">
|
<input type="number" id="resultsMax" min="0" value="5">
|
||||||
</div>
|
</div>
|
||||||
<p class="smallText" style="margin-top: 0; text-align: center;"> Press <kbd>Enter</kbd> to open first result or <kbd>Shift</kbd>+<kbd>Enter</kbd> to open in new tab</p>
|
<p class="smallText" style="margin-top: 0; text-align: center;"> Press <kbd>Enter</kbd> to open first result or <kbd>Shift</kbd>+<kbd>Enter</kbd> to open in new tab</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user