Mobile responsive: hamburger menu, stacked forms, card layout on mobile
This commit is contained in:
@@ -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) { %>
|
||||
|
||||
Reference in New Issue
Block a user