Adjust the size and spacing of the Sapiens logo in the search bar
Modify the `MediaOutlet.tsx` file to reduce the `h-4 w-4` to `h-2 w-auto` for the Sapiens logo and adjust the `space-x-1` to `space-x-2` for spacing within the search input container. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/IfFFLfD
This commit is contained in:
@ -235,12 +235,12 @@ export default function MediaOutlet() {
|
|||||||
data-testid="search-container"
|
data-testid="search-container"
|
||||||
>
|
>
|
||||||
<Search className="absolute left-3 top-1/2 transform -translate-y-1/2 h-4 w-4 text-gray-400 pointer-events-none" />
|
<Search className="absolute left-3 top-1/2 transform -translate-y-1/2 h-4 w-4 text-gray-400 pointer-events-none" />
|
||||||
<div className="pl-10 pr-3 py-1.5 bg-gray-50 border border-gray-200 rounded-md flex items-center space-x-1 hover:bg-gray-100 transition-colors">
|
<div className="pl-10 pr-3 py-1.5 bg-gray-50 border border-gray-200 rounded-md flex items-center space-x-2 hover:bg-gray-100 transition-colors">
|
||||||
<span className="text-sm text-gray-500">search in</span>
|
<span className="text-sm text-gray-500">search in</span>
|
||||||
<img
|
<img
|
||||||
src="/attached_assets/logo_black_1759162717640.png"
|
src="/attached_assets/logo_black_1759162717640.png"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
className="h-2.5 w-auto"
|
className="h-2 w-auto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user