diff options
Diffstat (limited to 'src/view/com/util/load-latest/LoadLatestBtn.web.tsx')
-rw-r--r-- | src/view/com/util/load-latest/LoadLatestBtn.web.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/util/load-latest/LoadLatestBtn.web.tsx b/src/view/com/util/load-latest/LoadLatestBtn.web.tsx index c9576e56b..83c696f7e 100644 --- a/src/view/com/util/load-latest/LoadLatestBtn.web.tsx +++ b/src/view/com/util/load-latest/LoadLatestBtn.web.tsx @@ -74,6 +74,7 @@ const styles = StyleSheet.create({ alignItems: 'center', justifyContent: 'center', position: 'absolute', + // @ts-ignore web only left: '50vw', // @ts-ignore web only -prf transform: 'translateX(-282px)', @@ -92,6 +93,7 @@ const styles = StyleSheet.create({ alignItems: 'center', justifyContent: 'center', position: 'absolute', + // @ts-ignore web only left: '50vw', // @ts-ignore web only -prf transform: 'translateX(-50%)', |