feat: Add video preview & player in conversation (#3201)

This commit is contained in:
Sanju 2021-10-25 19:46:37 +05:30 committed by GitHub
parent 98e9fedfa6
commit 74db319a7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 85 additions and 16 deletions

View file

@ -181,7 +181,8 @@ export default {
}
}
.is-image {
.is-image,
.is-video {
.message-text--metadata {
.time {
bottom: var(--space-smaller);
@ -206,7 +207,8 @@ export default {
}
}
&.is-image {
&.is-image,
&.is-video {
.time {
position: inherit;
padding-left: var(--space-one);