fix: side menu responsive style

This commit is contained in:
Mahyar Khanbolooki
2025-08-10 15:12:55 +03:30
parent 21ba415a4e
commit 29363c1a15
5 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default function SideMenuItem({ href, title, icon, className, children, .
{...restProps}
href={href}
className={`
inline-flex gap-3 ps-9 md:ps-6 xl:ps-12 h-full w-full items-center overflow-hidden text-nowrap
inline-flex gap-3 ps-9 md:ps-6 xl:ps-9 h-full w-full items-center overflow-hidden text-nowrap
text-xs font-light text-disabled-text border-transparent
data-[active]:border-s-6 data-[active]:border-black data-[active]:text-black
${className}