feat: Implement microphone monitoring feature; enhance text overflow handling and line height across components

This commit is contained in:
2026-05-13 03:37:32 +10:00
parent 5d4d518af8
commit 4fdedb87c8
8 changed files with 187 additions and 35 deletions

View File

@@ -24,4 +24,7 @@ export const RoomViewTyping = style([
]);
export const TypingText = style({
flexGrow: 1,
overflow: 'clip',
overflowY: 'clip',
lineHeight: '1.5',
});