We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eda6c8 commit 056410fCopy full SHA for 056410f
packages/search/src/routes/$profileId.lazy.tsx
@@ -109,7 +109,7 @@ function Profile() {
109
<p className="text-sm text-gray-500">{profile.display || profile.name}</p>
110
</div>
111
{followersData && (
112
- <div className="ml-4 flex-1 flex justify-end gap-3 items-start self-start">
+ <div className="ml-4 flex-1 flex justify-end md:gap-3 items-start self-start flex-wrap">
113
<a href={`https://ethfollow.xyz/${profileId}?tab=following`} target="_blank" rel="noopener noreferrer" className="text-sm text-gray-500 flex gap-1 items-center hover:underline cursor-pointer">
114
<span className="font-bold">{followersData.following_count}</span>
115
<span className="text-gray-500">Following</span>
0 commit comments