mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Search bar now resizes responsively via javascript
This commit is contained in:
2
src/interface/templates/index.html
vendored
2
src/interface/templates/index.html
vendored
@@ -61,7 +61,7 @@
|
||||
<div id="horiz_nav_center">
|
||||
<i class="fas fa-sort-alpha-down nav_icon"></i>
|
||||
<i class="fas fa-sort-alpha-up nav_icon"></i>
|
||||
<input class="nav_search input_box" type="text" size="40" value="search by Title, Author, Tags, or Collections">
|
||||
<input class="nav_search input_box search_string" type="text" size="40" value="search by Title, Author, Tags, or Collections">
|
||||
<i class="fas fa-search search_submit search_button" id="search_string" onclick="window.location.href = '/prev_page/{{ Set }}'"></i>
|
||||
</div>
|
||||
<div class="horiz_nav_stats">
|
||||
|
||||
Reference in New Issue
Block a user