Max Width Threads

Since threads are a conversation where both the local user and others take part always make them span the full available width
This commit is contained in:
James Graham
2025-01-28 18:13:56 +00:00
parent f8c8a68840
commit 5f4bde96e9

View File

@@ -289,7 +289,7 @@ TimelineDelegate {
AnchorChanges {
target: bubble
anchors.left: avatar.right
anchors.right: undefined
anchors.right: root.isThreaded ? parent.right : undefined
}
}
]