fixed layout in insalled apps (#2639)
This commit is contained in:
		
							parent
							
								
									83f9defc65
								
							
						
					
					
						commit
						d1c37f84aa
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -24,7 +24,7 @@ export default function AppsShell({ children }: { children: React.ReactNode }) { | |||
|       <div className="mb-12 block lg:hidden"> | ||||
|         {status === "authenticated" && <NavTabs tabs={tabs} linkProps={{ shallow: true }} />} | ||||
|       </div> | ||||
|       <main>{children}</main> | ||||
|       <main className="pb-6">{children}</main> | ||||
|     </> | ||||
|   ); | ||||
| } | ||||
|  |  | |||
|  | @ -256,7 +256,7 @@ function Web3Container() { | |||
| 
 | ||||
|   return ( | ||||
|     <> | ||||
|       <ShellSubHeading title="Web3" subtitle={t("meet_people_with_the_same_tokens")} /> | ||||
|       <ShellSubHeading title="Web3" subtitle={t("meet_people_with_the_same_tokens")} className="mt-10" /> | ||||
|       <div className="lg:col-span-9 lg:pb-8"> | ||||
|         <List> | ||||
|           <ListItem className={classNames("flex-col")}> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen