fix(ui): placeholder web size and flex grow
This commit is contained in:
committed by
Austin McKinley
parent
573f602f4c
commit
3342d587e1
@@ -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