add autofocus to search input
All checks were successful
Generic zig build / build (push) Successful in 43s
All checks were successful
Generic zig build / build (push) Successful in 43s
This commit is contained in:
parent
df741c69ae
commit
a1de4e72c5
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ button:disabled { background: #444; cursor: not-allowed; }
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
<input type="text" id="search" placeholder="Search (e.g., tag:inbox)">
|
<input type="text" id="search" placeholder="Search (e.g., tag:inbox)" autofocus>
|
||||||
<button onclick="search()">Search</button>
|
<button onclick="search()">Search</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue