Stop URl preview from covering message box (#29215)
* Stop URl preview from covering message box Fixes #23874 by adding a bit of padding. 1em should be sufficient to prevent the browser's URl preview from covering the entry box. * test: update timeline screenshots * test: update test, fewer messages are displayed --------- Co-authored-by: Florian Duros <florian.duros@ormaz.fr> Co-authored-by: Florian D <florianduros@element.io>
This commit is contained in:
@@ -57,8 +57,8 @@ test.describe("Read receipts", { tag: "@mergequeue" }, () => {
|
||||
await util.openThread("ThreadRoot");
|
||||
|
||||
// Then the thread root is marked as read in the main timeline,
|
||||
// 30 remaining messages are unread - 7 messages are displayed under the thread root
|
||||
await util.assertUnread(room2, 30 - 7);
|
||||
// 30 remaining messages are unread - 6 messages are displayed under the thread root
|
||||
await util.assertUnread(room2, 30 - 6);
|
||||
});
|
||||
|
||||
test("Creating a new thread based on a reply makes the room unread", async ({
|
||||
|
||||
Reference in New Issue
Block a user