fix(ui): placeholder web size and flex grow

This commit is contained in:
Caidan Williams
2025-07-28 16:58:03 -07:00
parent ab5be5cb3f
commit da47cd0d1b
+5 -1
View File
@@ -256,7 +256,11 @@ export function ProfileGrid({
key={i}
style={[
gtMobile &&
web([a.flex_0, {width: `calc(50% - ${a.gap_md.gap / 2}px)`}]),
web([
a.flex_0,
a.flex_grow,
{width: `calc(30% - ${a.gap_md.gap / 2}px)`},
]),
]}>
<SuggestedFollowPlaceholder />
</View>