Kaynağa Gözat

refac: styling

Timothy Jaeryang Baek 5 ay önce
ebeveyn
işleme
9f58d00727

+ 3 - 3
src/lib/components/chat/MessageInput.svelte

@@ -306,7 +306,7 @@
 												? `/doge.png`
 												? `/doge.png`
 												: `${WEBUI_BASE_URL}/static/favicon.png`)}
 												: `${WEBUI_BASE_URL}/static/favicon.png`)}
 									/>
 									/>
-									<div>
+									<div class="translate-y-[0.5px]">
 										Talking to <span class=" font-medium">{atSelectedModel.name}</span>
 										Talking to <span class=" font-medium">{atSelectedModel.name}</span>
 									</div>
 									</div>
 								</div>
 								</div>
@@ -340,7 +340,7 @@
 											/>
 											/>
 										</svg>
 										</svg>
 									</div>
 									</div>
-									<div>
+									<div class=" translate-y-[0.5px]">
 										{selectedToolIds
 										{selectedToolIds
 											.map((id) => {
 											.map((id) => {
 												return $tools.find((tool) => tool.id === id)?.name;
 												return $tools.find((tool) => tool.id === id)?.name;
@@ -378,7 +378,7 @@
 											/>
 											/>
 										</svg>
 										</svg>
 									</div>
 									</div>
-									<div>{$i18n.t('Search the web')}</div>
+									<div class=" translate-y-[0.5px]">{$i18n.t('Search the web')}</div>
 								</div>
 								</div>
 								<div>
 								<div>
 									<button
 									<button