chore(dev): ux improvements

This commit is contained in:
Soumyadas15 2025-05-19 11:22:00 +05:30
parent eb37fceacd
commit 6fc03aba04
2 changed files with 2 additions and 3 deletions

View File

@ -167,7 +167,7 @@ export const ModelSelector: React.FC<ModelSelectorProps> = ({
<div className='w-full'>
<DropdownMenuItem
className={cn(
"text-sm px-3 py-2 flex items-center justify-between cursor-pointer",
"text-sm px-3 py-1 flex items-center justify-between cursor-pointer",
isHighlighted && "bg-accent",
!accessible && "opacity-70"
)}

View File

@ -1,7 +1,6 @@
import React, { useState, useEffect } from 'react';
import {
Search,
CircleDashed,
CheckCircle,
AlertTriangle,
ExternalLink,
@ -277,7 +276,7 @@ export function WebSearchToolView({
{result.title}
</a>
<div className="text-xs text-zinc-500 dark:text-zinc-400 mb-2 flex items-center">
<Globe className="h-3 w-3 mr-1.5 opacity-70" />
<Globe className="h-3 w-3 mr-1.5 flex-shrink-0 opacity-70" />
{cleanUrl(result.url)}
</div>
</div>