File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
documentation/src/refine-theme Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -77,20 +77,23 @@ export const CommonHeader = ({
7777 "h-16" ,
7878 "flex" ,
7979 "items-center" ,
80- "justify-between" ,
8180 "max-w-[896px]" ,
8281 "px-4 landing-md:px-0" ,
8382 "landing-lg:max-w-[1200px]" ,
8483 ) }
8584 >
86- < div className = { clsx ( "w-[130px ]" , "landing-lg:w-[200px ]" ) } >
85+ < div className = { clsx ( "w-[152px ]" , "landing-lg:w-[204px ]" ) } >
8786 < Link to = "/" onContextMenu = { openFigma } >
8887 < RefineCoreLogoIcon className = { clsx ( "!text-white" ) } />
8988 </ Link >
9089 </ div >
9190 < button
9291 type = "button"
93- className = { clsx ( "text-white" , "block landing-md:hidden" ) }
92+ className = { clsx (
93+ "text-white" ,
94+ "block landing-md:hidden" ,
95+ "ml-auto" ,
96+ ) }
9497 onClick = { ( ) => setIsModalOpen ( true ) }
9598 >
9699 < HamburgerIcon />
@@ -104,6 +107,7 @@ export const CommonHeader = ({
104107 "items-center" ,
105108 "justify-end" ,
106109 "gap-4" ,
110+ "ml-auto" ,
107111 ) }
108112 >
109113 < SearchBar
You can’t perform that action at this time.
0 commit comments