reponsived the website and login fix done
This commit is contained in:
@@ -483,7 +483,7 @@ export default function InventoryView({
|
||||
<p className="text-[9px] text-zinc-400 font-medium mt-1 truncate">Pick products & set quantities — selected items appear in every store's catalogue.</p>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-nowrap items-center gap-2 shrink-0">
|
||||
<div className="flex flex-wrap items-center gap-2 w-full sm:w-auto shrink-0">
|
||||
<button
|
||||
onClick={() => setIsLocalSidebarOpen(!isLocalSidebarOpen)}
|
||||
className="flex items-center gap-1.5 bg-white border border-slate-200 px-2.5 py-1.5 rounded-lg text-[10px] font-bold hover:bg-slate-50 transition-colors text-slate-700 shadow-sm cursor-pointer h-[32px] whitespace-nowrap"
|
||||
@@ -491,7 +491,7 @@ export default function InventoryView({
|
||||
<Filter size={12} /> Filter
|
||||
</button>
|
||||
|
||||
<div className="relative w-32 xl:w-48 h-[32px]">
|
||||
<div className="relative flex-1 sm:flex-none w-full sm:w-32 xl:w-48 h-[32px]">
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search..."
|
||||
|
||||
Reference in New Issue
Block a user