about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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},