diff options
author | Michi Hoffmann <cleptric@users.noreply.github.com> | 2023-05-17 01:38:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 18:38:06 -0500 |
commit | b7f081d6e4043c2bdd7f11c9ac131e633df4aeea (patch) | |
tree | d4ec0769ee055e39ef9e45f92e9e82168309b1c8 /src | |
parent | 5f66adc9a656b79b76986395a73def9eed3d9776 (diff) | |
download | voidsky-b7f081d6e4043c2bdd7f11c9ac131e633df4aeea.tar.zst |
Fix line break in New Post button (#657)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 8901fd813..ba48dd2ae 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -298,7 +298,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'center', justifyContent: 'center', - width: 138, + width: 140, borderRadius: 24, paddingVertical: 10, paddingHorizontal: 16, |