about summary refs log tree commit diff
path: root/src/view/com/util/LoadingPlaceholder.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-01-26 12:09:52 -0800
committerGitHub <noreply@github.com>2024-01-26 12:09:52 -0800
commitb629fbdbb98a3eec9557d23c5257ee88e923134a (patch)
treeea55b93c7a968a383d9728ab2d4084c76edeffe6 /src/view/com/util/LoadingPlaceholder.tsx
parent6149437c05bd0ffbde08833e2a32c967f08f8414 (diff)
downloadvoidsky-b629fbdbb98a3eec9557d23c5257ee88e923134a.tar.zst
Two UI tweaks after recent updates (#2647)
* Readd the top border to the highlighted post when a reply (revert #2628)

* Readd right pad to post controls
Diffstat (limited to 'src/view/com/util/LoadingPlaceholder.tsx')
-rw-r--r--src/view/com/util/LoadingPlaceholder.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/LoadingPlaceholder.tsx b/src/view/com/util/LoadingPlaceholder.tsx
index 8941bfb9c..32c99e224 100644
--- a/src/view/com/util/LoadingPlaceholder.tsx
+++ b/src/view/com/util/LoadingPlaceholder.tsx
@@ -88,7 +88,7 @@ export function PostLoadingPlaceholder({
               strokeWidth={3}
             />
           </View>
-          <View style={{width: 30, height: 30}} />
+          <View style={styles.postCtrl} />
         </View>
       </View>
     </View>