feat: Add video preview & player in conversation (#3201)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user