From ad3067b581f733e7884dcdcfc09946a83be6dc11 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 26 Jan 2024 21:45:22 +0000 Subject: [PATCH] Adjust placeholder to be pixel-perfect (#2650) --- src/view/com/util/LoadingPlaceholder.tsx | 45 +++++++++++++++--------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/src/view/com/util/LoadingPlaceholder.tsx b/src/view/com/util/LoadingPlaceholder.tsx index 32c99e22..6dfe1259 100644 --- a/src/view/com/util/LoadingPlaceholder.tsx +++ b/src/view/com/util/LoadingPlaceholder.tsx @@ -67,28 +67,36 @@ export function PostLoadingPlaceholder({ - - + + + + - + + + - + + + + + + - @@ -279,6 +287,9 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', }, postCtrl: { + flex: 1, + }, + postBtn: { padding: 5, flex: 1, flexDirection: 'row',