Fix reply username overflow (#1501)

* fix reply overflow

* fix shrinkable typing indicator

* fix message avatar hover & cursor
This commit is contained in:
Ajay Bura
2023-10-24 22:21:39 +11:00
committed by GitHub
parent 8731f58948
commit c7e5c1fce8
5 changed files with 18 additions and 3 deletions

View File

@@ -56,6 +56,10 @@ export const MessageOptionsBar = style([
},
]);
export const MessageAvatar = style({
cursor: 'pointer',
});
export const MessageQuickReaction = style({
minWidth: toRem(32),
});