mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	server : minor UI fix (#10207)
This commit is contained in:
		| @@ -167,7 +167,7 @@ | ||||
|  | ||||
|         <!-- pending (ongoing) assistant message --> | ||||
|         <div id="pending-msg" class="chat chat-start"> | ||||
|           <div v-if="pendingMsg" class="chat-bubble markdown"> | ||||
|           <div v-if="pendingMsg" class="chat-bubble markdown chat-bubble-base-300"> | ||||
|             <span v-if="!pendingMsg.content" class="loading loading-dots loading-md"></span> | ||||
|             <vue-markdown v-else :source="pendingMsg.content" /> | ||||
|           </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Xuan Son Nguyen
					Xuan Son Nguyen