aboutsummaryrefslogtreecommitdiff
path: root/ext/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-10-09 17:06:51 -0400
committerGitHub <noreply@github.com>2021-10-09 17:06:51 -0400
commit0a8992d21550dff1176820d434b5dd7e4f233749 (patch)
tree70f06b7add2971a7bd3c41f5a63327a9040fba3f /ext/search.html
parent0e4b769390ec88e609e862776dff2601227baaa5 (diff)
Search query back button (#1981)
* Always allow history to go back/forward when using browser history * Add a back button which is visible when using the query parser
Diffstat (limited to 'ext/search.html')
-rw-r--r--ext/search.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/search.html b/ext/search.html
index 03ee781f..e435e657 100644
--- a/ext/search.html
+++ b/ext/search.html
@@ -50,6 +50,7 @@
</div>
<div class="search-textbox-container">
<textarea id="search-textbox" class="scrollbar" placeholder="Input a term, expression, sentence, or block of text" autocomplete="off" lang="ja" autofocus></textarea>
+ <button id="search-back-button" class="search-button" hidden><span class="icon" data-icon="left-chevron"></span></button>
<button id="search-button" class="search-button"><span class="icon" data-icon="magnifying-glass"></span></button>
</div>
</div>