feat: support displaying video

This commit is contained in:
Anthony Fu 2022-11-21 21:38:10 +08:00
parent 757a93c2a2
commit eb3f0655eb
3 changed files with 24 additions and 3 deletions

View file

@ -17,6 +17,7 @@ const { status } = defineProps<{
<style lang="postcss">
.status-media-container {
--at-apply: gap-0.5;
position: relative;
width: 100%;
overflow: hidden;
}