Live location share - enable reply and react to tiles (#8721)

* test most basic paths in messageactionbar

Signed-off-by: Kerry Archibald <kerrya@element.io>

* tidy

Signed-off-by: Kerry Archibald <kerrya@element.io>

* use rtl for MessageActionBar test

Signed-off-by: Kerry Archibald <kerrya@element.io>

* make beacon_info events semi actionable

Signed-off-by: Kerry Archibald <kerrya@element.io>

* remove log

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test thread exception for beacon

Signed-off-by: Kerry Archibald <kerrya@element.io>

* eat click events in beacon status to stop jumping from reply tile

Signed-off-by: Kerry Archibald <kerrya@element.io>

* set max width on beaconbody for render in thread panel
This commit is contained in:
Kerry
2022-06-02 15:43:19 +00:00
committed by GitHub
parent a74b9a7083
commit 79a2dfe171
6 changed files with 143 additions and 10 deletions
@@ -17,7 +17,8 @@ limitations under the License.
.mx_MBeaconBody {
position: relative;
height: 220px;
width: 325px;
max-width: 325px;
width: 100%;
border-radius: $timeline-image-border-radius;
overflow: hidden;