about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-20 17:34:45 -0500
committerGitHub <noreply@github.com>2023-04-20 17:34:45 -0500
commitf2fe4abdce71fffa36419b8642289b7b86af7377 (patch)
treec9eecef3e0c6c9d4a1a654f05c9896c8eaa05163
parent22884b53ad4daa2932aa8ed34fc5d5b928f8094d (diff)
downloadvoidsky-f2fe4abdce71fffa36419b8642289b7b86af7377.tar.zst
Fix positioning of the load more button (#502)
-rw-r--r--src/view/com/util/load-latest/LoadLatestBtn.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/load-latest/LoadLatestBtn.web.tsx b/src/view/com/util/load-latest/LoadLatestBtn.web.tsx
index 22a8fbada..1b6f18b62 100644
--- a/src/view/com/util/load-latest/LoadLatestBtn.web.tsx
+++ b/src/view/com/util/load-latest/LoadLatestBtn.web.tsx
@@ -39,7 +39,7 @@ const styles = StyleSheet.create({
     left: '50vw',
     // @ts-ignore web only -prf
     transform: 'translateX(-50%)',
-    top: 30,
+    top: 60,
     shadowColor: '#000',
     shadowOpacity: 0.2,
     shadowOffset: {width: 0, height: 2},