Increase chat bubble max width to 85% (was 80%) (#10930)

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
DS Boyce
2026-06-17 02:29:05 -07:00
committed by GitHub
parent c3a110a939
commit 6bf1572ffc
4 changed files with 19 additions and 4 deletions
+2 -1
View File
@@ -62,6 +62,7 @@ import {groupReactions} from './ReactionsDialog'
import {
CLUSTERED_MESSAGE_THRESHOLD_MS,
filterBlockedReactions,
MESSAGE_BUBBLE_MAX_WIDTH,
MESSAGE_GAP_THRESHOLD_MS,
} from './util'
@@ -661,7 +662,7 @@ function BlockedPlaceholder({
return (
<>
<Button
style={[{maxWidth: '80%'}, a.self_start]}
style={[{maxWidth: MESSAGE_BUBBLE_MAX_WIDTH}, a.self_start]}
label={
profile.viewer?.blocking
? l`This message is hidden because you are blocking this user.`