aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-07 15:04:02 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-07 15:04:02 +0100
commitd65112a62557c56e6959d85403b978d919d81496 (patch)
tree3db1cb21bcb037af570c7c22eaa40ba6a0f4d8bf /src
parentcf972e968cd1e059c4a7a05a9a3d42f3da05414b (diff)
Fix poststatusform attachment markup.
Diffstat (limited to 'src')
-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%;