about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-05-10 09:04:03 -0700
committerGitHub <noreply@github.com>2024-05-10 09:04:03 -0700
commit9f6552241f5d54b31e5e91269d225636c255ec4e (patch)
tree4e40264889c4409603432af3a98a85f975caf137 /src
parentf928e0a54736803a8650c084b5a0977ff1881ecf (diff)
downloadvoidsky-9f6552241f5d54b31e5e91269d225636c255ec4e.tar.zst
bump max width of message (#3955)
Diffstat (limited to 'src')
-rw-r--r--src/components/dms/ActionsWrapper.tsx2
-rw-r--r--src/components/dms/ActionsWrapper.web.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/dms/ActionsWrapper.tsx b/src/components/dms/ActionsWrapper.tsx
index 315f459de..5c34ef9ba 100644
--- a/src/components/dms/ActionsWrapper.tsx
+++ b/src/components/dms/ActionsWrapper.tsx
@@ -67,7 +67,7 @@ export function ActionsWrapper({
     <View
       style={[
         {
-          maxWidth: '65%',
+          maxWidth: '80%',
         },
         isFromSelf ? a.self_end : a.self_start,
       ]}>
diff --git a/src/components/dms/ActionsWrapper.web.tsx b/src/components/dms/ActionsWrapper.web.tsx
index 5cb30d3da..7725ca3b7 100644
--- a/src/components/dms/ActionsWrapper.web.tsx
+++ b/src/components/dms/ActionsWrapper.web.tsx
@@ -62,7 +62,7 @@ export function ActionsWrapper({
       )}
       <View
         style={{
-          maxWidth: '65%',
+          maxWidth: '80%',
         }}>
         {children}
       </View>