diff options
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 746bbcf59..797058d6c 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -120,6 +120,7 @@ const styles = StyleSheet.create({ rightNav: { position: 'absolute', top: 20, + // @ts-ignore web only left: 'calc(50vw + 310px)', width: 304, }, |