aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/attachment/attachment.vue')
-rw-r--r--src/components/attachment/attachment.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 8c088cf1..24148fd4 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -42,6 +42,15 @@
width: 100%;
}
+ img.media-upload {
+ width: 100%;
+ height: 100%;
+ flex: 1;
+ border: 1px solid;
+ border-radius: 0.5em;
+ }
+
+
.oembed {
img {
width: 100%;