mirror of
				https://github.com/cfngc4594/monaco-editor-lsp-next.git
				synced 2025-10-30 12:44:44 +00:00 
			
		
		
		
	feat(code-editor): enhance loading state with padding and rounded corners for better aesthetics
This commit is contained in:
		
							parent
							
								
									e108244121
								
							
						
					
					
						commit
						0fa89804bc
					
				| @ -27,7 +27,11 @@ const Editor = dynamic( | ||||
|   }, | ||||
|   { | ||||
|     ssr: false, | ||||
|     loading: () => <Skeleton className="h-full w-full" />, | ||||
|     loading: () => ( | ||||
|       <div className="h-full w-full p-10 pt-2"> | ||||
|         <Skeleton className="h-full w-full rounded-3xl" /> | ||||
|       </div> | ||||
|     ), | ||||
|   } | ||||
| ); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user