tangled
alpha
login
or
join now
modamo.xyz
/
ebbAndFollow
0
fork
atom
A webapp implementation of thanosSnap
0
fork
atom
overview
issues
pulls
pipelines
Adjust width of non-mutual counting button
modamo-gh
4 months ago
f26bf43b
ca445561
+1
-1
1 changed file
expand all
collapse all
unified
split
components
HomeContent.tsx
+1
-1
components/HomeContent.tsx
reviewed
···
205
205
You follow {followCounts} accounts
206
206
</h2>
207
207
<button
208
208
-
className="bg-white/90 active:bg-white hover:cursor-pointer h-12 rounded-lg text-xl text-[#00AFB9] w-1/8"
208
208
+
className="bg-white/90 active:bg-white hover:cursor-pointer h-12 px-2 rounded-lg text-xl text-[#00AFB9] w-3/4 md:w-3/8 lg:w-5/16"
209
209
onClick={fetchNonMutuals}
210
210
>
211
211
{isCounting