diff options
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index c15447133..1c013a3db 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -99,7 +99,7 @@ const styles = StyleSheet.create({ position: 'absolute', top: 20, left: 'calc(50vw + 330px)', - width: 300, + width: 304, }, message: { |