about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMichi Hoffmann <cleptric@users.noreply.github.com>2023-05-17 01:38:06 +0200
committerGitHub <noreply@github.com>2023-05-16 18:38:06 -0500
commitb7f081d6e4043c2bdd7f11c9ac131e633df4aeea (patch)
treed4ec0769ee055e39ef9e45f92e9e82168309b1c8 /src
parent5f66adc9a656b79b76986395a73def9eed3d9776 (diff)
downloadvoidsky-b7f081d6e4043c2bdd7f11c9ac131e633df4aeea.tar.zst
Fix line break in New Post button (#657)
Diffstat (limited to 'src')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
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,