diff --git a/src/components/common/messaging/bars/TypingIndicator.tsx b/src/components/common/messaging/bars/TypingIndicator.tsx
index 0e8cc3ff..2681a9a6 100644
--- a/src/components/common/messaging/bars/TypingIndicator.tsx
+++ b/src/components/common/messaging/bars/TypingIndicator.tsx
@@ -5,11 +5,6 @@ import styled from "styled-components";
import { Text } from "preact-i18n";
-import { TextReact } from "../../../../lib/i18n";
-
-import UserIcon from "../../user/UserIcon";
-import { Username } from "../../user/UserShort";
-
interface Props {
channel: Channel;
}
@@ -36,8 +31,15 @@ const Base = styled.div`
.avatars {
display: flex;
- :not(:first-child) {
- margin-left: -4px;
+ img {
+ width: 16px;
+ height: 16px;
+ object-fit: cover;
+ border-radius: 50%;
+
+ &:not(:first-child) {
+ margin-left: -4px;
+ }
}
}
@@ -67,34 +69,24 @@ export default observer(({ channel }: Props) => {
if (users.length >= 5) {
text =