forked from open-webui/open-webui
		
	chore: frontend format
This commit is contained in:
		
							parent
							
								
									43832d165f
								
							
						
					
					
						commit
						bbb63104ea
					
				
					 22 changed files with 1495 additions and 1506 deletions
				
			
		|  | @ -4,31 +4,19 @@ | ||||||
| 		"default_locale": "en-US", | 		"default_locale": "en-US", | ||||||
| 		"prompt_suggestions": [ | 		"prompt_suggestions": [ | ||||||
| 			{ | 			{ | ||||||
|                 "title": [ | 				"title": ["Help me study", "vocabulary for a college entrance exam"], | ||||||
|                     "Help me study", |  | ||||||
|                     "vocabulary for a college entrance exam" |  | ||||||
|                 ], |  | ||||||
| 				"content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option." | 				"content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option." | ||||||
| 			}, | 			}, | ||||||
| 			{ | 			{ | ||||||
|                 "title": [ | 				"title": ["Give me ideas", "for what to do with my kids' art"], | ||||||
|                     "Give me ideas", |  | ||||||
|                     "for what to do with my kids' art" |  | ||||||
|                 ], |  | ||||||
| 				"content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter." | 				"content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter." | ||||||
| 			}, | 			}, | ||||||
| 			{ | 			{ | ||||||
|                 "title": [ | 				"title": ["Tell me a fun fact", "about the Roman Empire"], | ||||||
|                     "Tell me a fun fact", |  | ||||||
|                     "about the Roman Empire" |  | ||||||
|                 ], |  | ||||||
| 				"content": "Tell me a random fun fact about the Roman Empire" | 				"content": "Tell me a random fun fact about the Roman Empire" | ||||||
| 			}, | 			}, | ||||||
| 			{ | 			{ | ||||||
|                 "title": [ | 				"title": ["Show me a code snippet", "of a website's sticky header"], | ||||||
|                     "Show me a code snippet", |  | ||||||
|                     "of a website's sticky header" |  | ||||||
|                 ], |  | ||||||
| 				"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript." | 				"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript." | ||||||
| 			} | 			} | ||||||
| 		] | 		] | ||||||
|  |  | ||||||
|  | @ -3,7 +3,8 @@ | ||||||
| @tailwind utilities; | @tailwind utilities; | ||||||
| 
 | 
 | ||||||
| @layer base { | @layer base { | ||||||
| 	html, pre { | 	html, | ||||||
|  | 	pre { | ||||||
| 		font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu, | 		font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu, | ||||||
| 			Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', | 			Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', | ||||||
| 			'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; | 			'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek