File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -668,7 +668,7 @@ const NavigationItem: React.FC<{
668668 aria-current = { current ? "page" : undefined } >
669669 { item . icon && (
670670 < item . icon
671- className = "mr-2 h-4 w-4 flex-shrink-0 ltr:mr -2 rtl:ml -2 [&[aria-current='page']]:text-inherit"
671+ className = "mr-2 h-4 w-4 flex-shrink-0 rtl:ml -2 md:ltr:mx-auto lg:ltr:mr -2 [&[aria-current='page']]:text-inherit"
672672 aria-hidden = "true"
673673 aria-current = { current ? "page" : undefined }
674674 />
@@ -906,7 +906,7 @@ function SideBar({ bannersHeight, user }: SideBarProps) {
906906 < Icon
907907 className = { classNames (
908908 "h-4 w-4 flex-shrink-0 [&[aria-current='page']]:text-inherit" ,
909- "me-3 md:ltr:mr-2 md :rtl:ml-2"
909+ "me-3 md:mx-auto lg: ltr:mr-2 lg :rtl:ml-2"
910910 ) }
911911 aria-hidden = "true"
912912 />
You can’t perform that action at this time.
0 commit comments