diff --git a/frontend/apps/main/src/features/conversation/message/attachment/BubbleAttachmentItem.vue b/frontend/apps/main/src/features/conversation/message/attachment/BubbleAttachmentItem.vue index 5ba38b4d..fe917dcc 100644 --- a/frontend/apps/main/src/features/conversation/message/attachment/BubbleAttachmentItem.vue +++ b/frontend/apps/main/src/features/conversation/message/attachment/BubbleAttachmentItem.vue @@ -1,69 +1,78 @@ - - - + + - - {{ shortName(attachment.name) }} - {{ formatBytes(attachment.size) }} - + + + + + {{ shortName(attachment.name) }} + {{ formatBytes(attachment.size) }} + + + + + + + + + + + + {{ shortName(attachment.name) }} + + {{ formatBytes(attachment.size) }} + + + - - - - - - - - - {{ shortName(attachment.name) }} - - {{ formatBytes(attachment.size) }} - - - - - + + + + {{ attachment.name }} + + + +
{{ shortName(attachment.name) }}
{{ formatBytes(attachment.size) }}
+ {{ shortName(attachment.name) }} +
- {{ shortName(attachment.name) }} -
+ {{ attachment.name }} +