tangled
alpha
login
or
join now
stream.place
/
streamplace
74
fork
atom
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
fix height
Natalie B.
5 days ago
3d42bafe
cace6445
+1
-1
1 changed file
expand all
collapse all
unified
split
js
app
src
screens
home.tsx
+1
-1
js/app/src/screens/home.tsx
···
255
255
minHeight: "100%",
256
256
width: "100%",
257
257
},
258
258
-
Platform.OS === "ios" ? zero.pt[24] : zero.pt[4],
258
258
+
Platform.OS === "ios" ? zero.pt[24] : zero.pt[0],
259
259
]}
260
260
contentContainerStyle={contentContainerStyle}
261
261
refreshing={manualRefresh}