forked from open-webui/open-webui
		
	fix: message role title styling
This commit is contained in:
		
							parent
							
								
									62149ef7ea
								
							
						
					
					
						commit
						8e83a20102
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -359,11 +359,13 @@ | |||
| 					</div> | ||||
| 
 | ||||
| 					<div class="w-full"> | ||||
| 						<div class=" self-center font-bold mb-0.5 capitalize"> | ||||
| 						<div class=" self-center font-bold mb-0.5"> | ||||
| 							{#if message.role === 'user'} | ||||
| 								You | ||||
| 							{:else if selectedModelfile} | ||||
| 								<span class="capitalize"> | ||||
| 									{selectedModelfile.title} | ||||
| 								</span> | ||||
| 							{:else} | ||||
| 								Ollama <span class=" text-gray-500 text-sm font-medium" | ||||
| 									>{message.model ? ` ${message.model}` : ''}</span | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek