Mobile responsive: hamburger menu, stacked forms, card layout on mobile

This commit is contained in:
Mambo
2026-02-11 07:31:21 +01:00
parent 831d63b7e8
commit d7fe190132
5 changed files with 84 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
<% const activePage = 'history'; %>
<%- include('partials/sidebar') %>
<main class="flex-1 ml-56 p-6">
<main class="flex-1 md:ml-56 mt-14 md:mt-0 p-4 md:p-6">
<h2 class="text-lg font-bold mb-4">Search History</h2>
<% if (!searches || searches.length === 0) { %>