Refactor MarketplaceSecondaryMenu for improved layout and styling consistency #4

Merged
Yussif merged 1 commits from fix/mobile/repsosnsiveness into main 2025-04-29 14:54:32 +00:00
Showing only changes of commit 6280ec1db2 - Show all commits

View File

@ -130,8 +130,8 @@ function MarketplaceNavbar() {
function MarketplaceSecondaryMenu() {
return (
<div className="w-full bg-[#010313] border-t border-white/20">
<div className="container-main flex items-center h-7 p-5 overflow-x-auto">
<ul className="flex gap-4 md:gap-10 text-white text-sm font-normal whitespace-nowrap">
<div className="container-main flex items-center h-7 p-0 md:p-5 overflow-x-auto no-scrollbar">
<ul className="flex gap-4 md:gap-10 text-white text-sm font-normal whitespace-nowrap w-max md:w-full">
<li className="cursor-pointer">Images</li>
<li className="cursor-pointer">Videos</li>
<li className="cursor-pointer">Audios</li>