Update web/templates/search.html

This commit is contained in:
2025-08-16 22:05:08 +00:00
parent 3cd4199d3f
commit 817b03c369
+3 -3
View File
@@ -61,10 +61,9 @@
<div class="empty-subtitle">Try broadening your terms or enabling more fields above.</div> <div class="empty-subtitle">Try broadening your terms or enabling more fields above.</div>
</div> </div>
{% endif %} {% endif %}
</div>
<!-- ===== History (single card) ===== --> <!-- ===== History (single card) — now inside .container so width matches ===== -->
<div class="card" style="padding:12px; margin:16px 0 12px;"> <div class="card" style="padding:12px; margin:16px 0 12px;">
<h1 class="page-title">Search History</h1> <h1 class="page-title">Search History</h1>
<!-- Recent Searches --> <!-- Recent Searches -->
@@ -82,6 +81,7 @@
<ul id="recentViewsList" class="small" style="margin:0; padding-left:18px;"></ul> <ul id="recentViewsList" class="small" style="margin:0; padding-left:18px;"></ul>
<div id="recentViewsEmpty" class="muted small" style="display:none;">Nothing yet—open an illustration and linger 10s.</div> <div id="recentViewsEmpty" class="muted small" style="display:none;">Nothing yet—open an illustration and linger 10s.</div>
</div> </div>
</div>
</div> </div>
<script> <script>