diff --git a/playwright/e2e/polls/pollHistory.spec.ts b/playwright/e2e/polls/pollHistory.spec.ts
index e9ebf0a30d..20a8b912fe 100644
--- a/playwright/e2e/polls/pollHistory.spec.ts
+++ b/playwright/e2e/polls/pollHistory.spec.ts
@@ -69,7 +69,7 @@ test.describe("Poll history", () => {
async function openPollHistory(app: ElementAppPage): Promise {
const { page } = app;
await app.toggleRoomInfoPanel();
- await page.locator(".mx_RoomSummaryCard").getByRole("menuitem", { name: "Poll history" }).click();
+ await page.locator(".mx_RoomSummaryCard").getByRole("menuitem", { name: "Polls" }).click();
}
test.use({
diff --git a/playwright/snapshots/crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png b/playwright/snapshots/crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png
index d7c90ce5fe..f7e0d12ea1 100644
Binary files a/playwright/snapshots/crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png and b/playwright/snapshots/crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png differ
diff --git a/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png b/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png
index 0501086f9e..c33ff1ce34 100644
Binary files a/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png and b/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png differ
diff --git a/playwright/snapshots/settings/general-room-settings-tab.spec.ts/General-room-settings-tab-should-be-rendered-properly-1-linux.png b/playwright/snapshots/settings/general-room-settings-tab.spec.ts/General-room-settings-tab-should-be-rendered-properly-1-linux.png
index 469a8017d8..01a6c6089b 100644
Binary files a/playwright/snapshots/settings/general-room-settings-tab.spec.ts/General-room-settings-tab-should-be-rendered-properly-1-linux.png and b/playwright/snapshots/settings/general-room-settings-tab.spec.ts/General-room-settings-tab-should-be-rendered-properly-1-linux.png differ
diff --git a/res/css/views/right_panel/_RoomSummaryCard.pcss b/res/css/views/right_panel/_RoomSummaryCard.pcss
index 5c3cab320c..da1a5a2510 100644
--- a/res/css/views/right_panel/_RoomSummaryCard.pcss
+++ b/res/css/views/right_panel/_RoomSummaryCard.pcss
@@ -15,6 +15,9 @@ limitations under the License.
*/
.mx_RoomSummaryCard {
+ --cpd-separator-inset: var(--cpd-space-4x);
+ --cpd-separator-spacing: var(--cpd-space-4x);
+
.mx_RoomSummaryCard_container {
text-align: center;
margin: $spacing-20 var(--cpd-space-4x) 0;
diff --git a/res/css/views/rooms/_RoomPreviewBar.pcss b/res/css/views/rooms/_RoomPreviewBar.pcss
index be50c9faf2..a3fae0e008 100644
--- a/res/css/views/rooms/_RoomPreviewBar.pcss
+++ b/res/css/views/rooms/_RoomPreviewBar.pcss
@@ -163,6 +163,10 @@ a.mx_RoomPreviewBar_inviter {
cursor: pointer;
}
+.mx_RoomPreviewBar_inviter_mxid {
+ color: var(--cpd-color-text-secondary);
+}
+
.mx_RoomPreviewBar_icon {
margin-right: 8px;
vertical-align: text-top;
diff --git a/src/components/views/right_panel/RoomSummaryCard.tsx b/src/components/views/right_panel/RoomSummaryCard.tsx
index bb35242bc7..0102974423 100644
--- a/src/components/views/right_panel/RoomSummaryCard.tsx
+++ b/src/components/views/right_panel/RoomSummaryCard.tsx
@@ -385,18 +385,11 @@ const RoomSummaryCard: React.FC = ({
disabled={!canInviteToState}
onSelect={() => inviteToRoom(room)}
/>
-
-
+
{!isVideoRoom && (
<>
-
-
{pinningEnabled && (
)}
+
+ >
+ )}
+
+
+
+
+
+ {!isVideoRoom && (
+ <>
+
+ Invited by
@inviter:test.com
- invited you
@@ -322,18 +322,19 @@ exports[` with an invite without an invited email for a dm roo
-
-
- @inviter:test.com name
-
- (
- @inviter:test.com
- )
+
+ @inviter:test.com name
wants to chat
+
+
+ @inviter:test.com
+
`;
@@ -387,17 +388,18 @@ exports[` with an invite without an invited email for a non-dm
-
-
- @inviter:test.com name
-
- (
- @inviter:test.com
- )
+ Invited by
+
+ @inviter:test.com name
- invited you
+
+
+
+ @inviter:test.com