feat: Implement microphone monitoring feature; enhance text overflow handling and line height across components
This commit is contained in:
@@ -188,8 +188,10 @@ export const BubbleLeftArrow = style({
|
||||
|
||||
export const Username = style({
|
||||
overflow: 'hidden',
|
||||
overflowY: 'clip',
|
||||
whiteSpace: 'nowrap',
|
||||
textOverflow: 'ellipsis',
|
||||
lineHeight: '1.5',
|
||||
// Allow text selection while keeping button clickable
|
||||
userSelect: 'text',
|
||||
WebkitUserSelect: 'text',
|
||||
@@ -210,6 +212,9 @@ export const UsernameBold = style({
|
||||
export const MessageTextBody = recipe({
|
||||
base: {
|
||||
wordBreak: 'break-word',
|
||||
overflow: 'clip',
|
||||
overflowY: 'clip',
|
||||
lineHeight: '1.5',
|
||||
},
|
||||
variants: {
|
||||
preWrap: {
|
||||
|
||||
Reference in New Issue
Block a user