diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-20 17:34:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 17:34:45 -0500 |
commit | f2fe4abdce71fffa36419b8642289b7b86af7377 (patch) | |
tree | c9eecef3e0c6c9d4a1a654f05c9896c8eaa05163 /src | |
parent | 22884b53ad4daa2932aa8ed34fc5d5b928f8094d (diff) | |
download | voidsky-f2fe4abdce71fffa36419b8642289b7b86af7377.tar.zst |
Fix positioning of the load more button (#502)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/util/load-latest/LoadLatestBtn.web.tsx | 2 |
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}, |