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
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);