diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-07 15:04:02 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-07 15:04:02 +0100 |
| commit | d65112a62557c56e6959d85403b978d919d81496 (patch) | |
| tree | 3db1cb21bcb037af570c7c22eaa40ba6a0f4d8bf /src | |
| parent | cf972e968cd1e059c4a7a05a9a3d42f3da05414b (diff) | |
Fix poststatusform attachment markup.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/attachment/attachment.vue | 9 |
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%; |
