Update web/templates/search.html

This commit is contained in:
Joshua Laymon 2025-08-16 22:06:22 +00:00
parent 817b03c369
commit 48f84a1327

View File

@ -65,7 +65,7 @@
<!-- ===== History (single card) — now inside .container so width matches ===== -->
<div class="card" style="padding:12px; margin:16px 0 12px;">
<h1 class="page-title">Search History</h1>
<hr style="border:none; border-top:1px solid var(--border); margin:12px 0;">
<!-- Recent Searches -->
<div style="margin-top:6px;">
<div class="small muted" style="margin-bottom:6px;">Your Recent Searches</div>
@ -77,7 +77,7 @@
<!-- Recently Viewed -->
<div>
<div class="small muted" style="margin-bottom:6px;">Recently Viewed</div>
<div class="small muted" style="margin-bottom:6px;">Recently Viewed Illustrations</div>
<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>