fix(ui): placeholder web size and flex grow
This commit is contained in:
@@ -256,7 +256,11 @@ export function ProfileGrid({
|
|||||||
key={i}
|
key={i}
|
||||||
style={[
|
style={[
|
||||||
gtMobile &&
|
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 />
|
<SuggestedFollowPlaceholder />
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user