feat: Add video preview & player in conversation (#3201)
This commit is contained in:
parent
98e9fedfa6
commit
74db319a7c
4 changed files with 85 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue