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:
@@ -289,7 +289,7 @@ TimelineDelegate {
|
|||||||
AnchorChanges {
|
AnchorChanges {
|
||||||
target: bubble
|
target: bubble
|
||||||
anchors.left: avatar.right
|
anchors.left: avatar.right
|
||||||
anchors.right: undefined
|
anchors.right: root.isThreaded ? parent.right : undefined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user