diff --git a/res/css/views/elements/_Pill.pcss b/res/css/views/elements/_Pill.pcss
index aa9c236f8b3..f7d5c8fa60a 100644
--- a/res/css/views/elements/_Pill.pcss
+++ b/res/css/views/elements/_Pill.pcss
@@ -80,6 +80,7 @@ limitations under the License.
height: 16px;
padding: 1px;
width: 16px;
+ border-radius: 50%;
}
.mx_Pill_UserIcon {
diff --git a/res/css/views/rooms/_EventBubbleTile.pcss b/res/css/views/rooms/_EventBubbleTile.pcss
index 4fce09f9373..8dd68384118 100644
--- a/res/css/views/rooms/_EventBubbleTile.pcss
+++ b/res/css/views/rooms/_EventBubbleTile.pcss
@@ -415,11 +415,6 @@ limitations under the License.
}
}
- .mx_BaseAvatar,
- .mx_EventTile_avatar {
- line-height: 1;
- }
-
&[data-has-reply="true"] {
> .mx_EventTile_line {
flex-direction: column;
diff --git a/src/components/views/right_panel/UserInfo.tsx b/src/components/views/right_panel/UserInfo.tsx
index a8f63ec5383..be1c94164e1 100644
--- a/src/components/views/right_panel/UserInfo.tsx
+++ b/src/components/views/right_panel/UserInfo.tsx
@@ -82,6 +82,7 @@ import { ViewRoomPayload } from "../../../dispatcher/payloads/ViewRoomPayload";
import { DirectoryMember, startDmOnFirstMessage } from "../../../utils/direct-messages";
import { SdkContextClass } from "../../../contexts/SDKContext";
import { asyncSome } from "../../../utils/arrays";
+import UIStore from "../../../stores/UIStore";
export interface IDevice extends Device {
ambiguous?: boolean;
@@ -1578,7 +1579,7 @@ export const UserInfoHeader: React.FC<{
with crypto enabled renders 1`] = `
data-testid="avatar-img"
data-type="round"
role="button"
- style="--cpd-avatar-size: 30vh;"
+ style="--cpd-avatar-size: 230.39999999999998px;"
>
u