Expand avis

This commit is contained in:
Eric Bailey
2024-06-14 12:06:28 -05:00
parent 76c1b6f726
commit 0e02c54134
+2 -2
View File
@@ -142,7 +142,7 @@ function LoadMore({
a.relative, a.relative,
{ {
height: 32, height: 32,
width: 62, width: 32 + 15 * 3,
}, },
]}> ]}>
<View <View
@@ -175,7 +175,7 @@ function LoadMore({
{ {
width: 30, width: 30,
height: 30, height: 30,
left: (i + 1) * 10, left: (i + 1) * 15,
borderColor: t.atoms.bg.backgroundColor, borderColor: t.atoms.bg.backgroundColor,
borderRadius: _item.type === 'profile' ? 999 : 4, borderRadius: _item.type === 'profile' ? 999 : 4,
zIndex: 3 - i, zIndex: 3 - i,