A few CSS fixes for message bubbles
This commit is contained in:
parent
c369363e10
commit
a8090d8c66
3 changed files with 46 additions and 9 deletions
|
@ -619,9 +619,6 @@ export class Message extends React.PureComponent<Props, State> {
|
|||
withContentBelow
|
||||
? 'module-message__attachment-container--with-content-below'
|
||||
: null,
|
||||
collapseMetadata
|
||||
? 'module-message__attachment-container--with-collapsed-metadata'
|
||||
: null,
|
||||
isSticker && !collapseMetadata
|
||||
? 'module-message__sticker-container--with-content-below'
|
||||
: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue