reponsived the website and login fix done
This commit is contained in:
@@ -322,7 +322,7 @@ export default function OrdersView({ searchQuery = '', locationid, tenantId = FI
|
||||
{/* Status tabs + search */}
|
||||
<FilterBar className="mb-4">
|
||||
<div className="flex flex-col lg:flex-row lg:items-center gap-3">
|
||||
<div className="flex items-center gap-2 overflow-x-auto py-0.5 flex-1 min-w-0">
|
||||
<div className="flex items-center gap-2 overflow-x-auto custom-scrollbar no-scrollbar py-0.5 flex-1 min-w-0 touch-scrolling">
|
||||
{STATUS_TABS.map((t) => {
|
||||
// Single brand accent for the tab row (calmer than per-status colours);
|
||||
// the per-status hue still appears on the row Status chip where it aids scanning.
|
||||
|
||||
Reference in New Issue
Block a user