diff options
author | Michi Hoffmann <cleptric@users.noreply.github.com> | 2023-06-01 17:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 10:51:42 -0500 |
commit | 792d7e1a55ff82a09e198ea4da7e4e73cf08f574 (patch) | |
tree | 89dfeb4bdba839256176aabcd743a2294a10e677 /src | |
parent | 88212eb065361c024e52b0bd7c89a2b9db31c5cd (diff) | |
download | voidsky-792d7e1a55ff82a09e198ea4da7e4e73cf08f574.tar.zst |
Fix line breaks on side bar links (#815)
Diffstat (limited to 'src')
-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: { |