forked from open-webui/open-webui
		
	fix: styling
This commit is contained in:
		
							parent
							
								
									d0e1d7cee2
								
							
						
					
					
						commit
						c09514ea89
					
				
					 3 changed files with 6 additions and 4 deletions
				
			
		|  | @ -7,7 +7,7 @@ | |||
| 	{#each suggestionPrompts as prompt, promptIdx} | ||||
| 		<div class="{promptIdx > 1 ? 'hidden sm:inline-flex' : ''} basis-full sm:basis-1/2 p-[5px]"> | ||||
| 			<button | ||||
| 				class=" flex-1 flex justify-between w-full px-4 py-2.5 bg-white hover:bg-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 outline outline-1 outline-gray-200 dark:outline-gray-600 rounded-lg transition group" | ||||
| 				class=" flex-1 flex justify-between w-full h-full px-4 py-2.5 bg-white hover:bg-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 outline outline-1 outline-gray-200 dark:outline-gray-600 rounded-lg transition group" | ||||
| 				on:click={() => { | ||||
| 					submitPrompt(prompt.content); | ||||
| 				}} | ||||
|  | @ -17,7 +17,9 @@ | |||
| 						<div class="text-sm font-medium dark:text-gray-300">{prompt.title[0]}</div> | ||||
| 						<div class="text-sm text-gray-500">{prompt.title[1]}</div> | ||||
| 					{:else} | ||||
| 						<div class=" self-center text-sm font-medium dark:text-gray-300">{prompt.content}</div> | ||||
| 						<div class=" self-center text-sm font-medium dark:text-gray-300 line-clamp-2"> | ||||
| 							{prompt.content} | ||||
| 						</div> | ||||
| 					{/if} | ||||
| 				</div> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1163,7 +1163,7 @@ | |||
| 										<div class=" mb-2 text-xs">Pull Progress</div> | ||||
| 										<div class="w-full rounded-full dark:bg-gray-800"> | ||||
| 											<div | ||||
| 												class="dark:bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full" | ||||
| 												class="dark:bg-gray-600 bg-gray-500 text-xs font-medium text-gray-100 text-center p-0.5 leading-none rounded-full" | ||||
| 												style="width: {Math.max(15, pullProgress ?? 0)}%" | ||||
| 											> | ||||
| 												{pullProgress ?? 0}% | ||||
|  |  | |||
|  | @ -635,7 +635,7 @@ SYSTEM """${system}"""`.replace(/^\s*\n/gm, ''); | |||
| 						<div class=" text-sm font-semibold mb-2">Pull Progress</div> | ||||
| 						<div class="w-full rounded-full dark:bg-gray-800"> | ||||
| 							<div | ||||
| 								class="dark:bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full" | ||||
| 								class="dark:bg-gray-600 bg-gray-500 text-xs font-medium text-gray-100 text-center p-0.5 leading-none rounded-full" | ||||
| 								style="width: {Math.max(15, pullProgress ?? 0)}%" | ||||
| 							> | ||||
| 								{pullProgress ?? 0}% | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek