Skip to content

Commit

Permalink
Voice message error message (#281)
Browse files Browse the repository at this point in the history
### 🎯 Goal

_Describe why we are making this change_

### πŸ›  Implementation details

_Provide a description of the implementation_

### 🎨 UI Changes

_Add relevant screenshots_

Make sure to test with both Angular and React (with both `MessageList`
and `VirtualizedMessageList` components) SDKs
  • Loading branch information
szuperaz committed Mar 25, 2024
1 parent 8bd821a commit ebdf244
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/v2/styles/AttachmentList/AttachmentList-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,18 @@
}

.str-chat__message-attachment-voice-recording-widget--first-row {
@include utils.ellipsis-text-parent;

width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
column-gap: var(--str-chat__spacing-1);
gap: var(--str-chat__spacing-1);
}

.str-chat__message-attachment__voice-recording-widget__title {
@include utils.ellipsis-text;
min-width: 0;
}

.str-chat__message-attachment-download-icon {
Expand Down

0 comments on commit ebdf244

Please sign in to comment.